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

Typedefs

template<typename T>
using meta::lazy::sizeof_ = defer<sizeof_, T>
template<typename T>
using meta::lazy::alignof_ = defer<alignof_, T>
template<typename Fn>
using meta::lazy::not_fn = defer<not_fn, Fn>
template<typename... As>
using meta::lazy::let = defer<let, As...>

Detailed Description

Typedef Documentation

◆ alignof_

template<typename T>
using meta::lazy::alignof_ = defer<alignof_, T>
See also
meta::alignof_

◆ let

template<typename... As>
using meta::lazy::let = defer<let, As...>
See also
meta::let

◆ not_fn

template<typename Fn>
using meta::lazy::not_fn = defer<not_fn, Fn>
See also
'meta::not_fn'

◆ sizeof_

template<typename T>
using meta::lazy::sizeof_ = defer<sizeof_, T>
See also
meta::sizeof_