Typedefs | |
template<typename... Bools> | |
using | meta::lazy::and_ = defer< and_, Bools... > |
template<typename... Args> | |
using | meta::lazy::if_ = defer< if_, Args... > |
template<bool If, typename... Args> | |
using | meta::lazy::if_c = if_< bool_< If >, Args... > |
template<typename Bool > | |
using | meta::lazy::not_ = defer< not_, Bool > |
template<typename... Bools> | |
using | meta::lazy::or_ = defer< or_, Bools... > |
template<typename... Bools> | |
using | meta::lazy::strict_and = defer< strict_and, Bools... > |
template<typename... Bools> | |
using | meta::lazy::strict_or = defer< strict_or, Bools... > |
using meta::lazy::and_ = typedef defer<and_, Bools...> |
using meta::lazy::if_ = typedef defer<if_, Args...> |
using meta::lazy::if_c = typedef if_<bool_<If>, Args...> |
using meta::lazy::not_ = typedef defer<not_, Bool> |
using meta::lazy::or_ = typedef defer<or_, Bools...> |
using meta::lazy::strict_and = typedef defer<strict_and, Bools...> |
using meta::lazy::strict_or = typedef defer<strict_or, Bools...> |