Horizon
Loading...
Searching...
No Matches
lazy

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...>

Detailed Description

Typedef Documentation

◆ and_

template<typename... Bs>
using meta::lazy::and_ = defer<and_, Bs...>
See also
'meta::and_'

◆ if_

template<typename... Args>
using meta::lazy::if_ = defer<if_, Args...>
See also
'meta::if_'

◆ if_c

template<bool If, typename... Args>
using meta::lazy::if_c = if_<bool_<If>, Args...>
See also
'meta::if_c'

◆ not_

template<typename B>
using meta::lazy::not_ = defer<not_, B>
See also
'meta::not_'

◆ or_

template<typename... Bs>
using meta::lazy::or_ = defer<or_, Bs...>
See also
'meta::or_'

◆ strict_and

template<typename... Bs>
using meta::lazy::strict_and = defer<strict_and, Bs...>
See also
'meta::strict_and'

◆ strict_or

template<typename... Bs>
using meta::lazy::strict_or = defer<strict_or, Bs...>
See also
'meta::strict_or'