ZLang support
ZLang is supported for some of the macros. The macros are in the tick
namespace. For example,
$(trait is_incrementable)
{
template<class T>
auto require(T&& x) -> valid<
decltype(x++),
decltype(++x)
>;
};
ZLang is supported for some of the macros. The macros are in the tick
namespace. For example,
$(trait is_incrementable)
{
template<class T>
auto require(T&& x) -> valid<
decltype(x++),
decltype(++x)
>;
};
From here you can search these documents. Enter your search terms below.