|
Horizon
|
Typedefs | |
| 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... Bs> | |
| using | meta::lazy::and_ = defer<and_, Bs...> |
| template<typename... Bs> | |
| using | meta::lazy::or_ = defer<or_, Bs...> |
| template<typename B> | |
| using | meta::lazy::not_ = defer<not_, B> |
| template<typename... Bs> | |
| using | meta::lazy::strict_and = defer<strict_and, Bs...> |
| template<typename... Bs> | |
| using | meta::lazy::strict_or = defer<strict_or, Bs...> |
| using meta::lazy::and_ = defer<and_, Bs...> |
| using meta::lazy::if_ = defer<if_, Args...> |
| using meta::lazy::if_c = if_<bool_<If>, Args...> |
| using meta::lazy::not_ = defer<not_, B> |
| using meta::lazy::or_ = defer<or_, Bs...> |
| using meta::lazy::strict_and = defer<strict_and, Bs...> |
| using meta::lazy::strict_or = defer<strict_or, Bs...> |