Home
last modified time | relevance | path

Searched defs:lazy_value_t (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dlazy.hpp61 struct lazy_value_t : detail::operators::adl<> { struct
63 constexpr lazy_value_t(detail::lazy_secret, Y&& y) in lazy_value_t() function
67 basic_tuple<X> storage_;
68 using hana_tag = lazy_tag;
98 static constexpr lazy_value_t<typename detail::decay<X>::type> apply(X&& x) { in apply() argument
/third_party/boost/boost/hana/
Dlazy.hpp61 struct lazy_value_t : detail::operators::adl<> { struct
63 constexpr lazy_value_t(detail::lazy_secret, Y&& y) in lazy_value_t() argument
67 basic_tuple<X> storage_;
68 using hana_tag = lazy_tag;
98 static constexpr lazy_value_t<typename detail::decay<X>::type> apply(X&& x) { in apply() argument