Home
last modified time | relevance | path

Searched defs:lift_impl (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dlift.hpp41 struct lift_impl<A, when<condition>> : default_ { struct
47 struct lift_impl<S, when<Sequence<S>::value>> { struct
49 static constexpr decltype(auto) apply(X&& x) in apply()
Dlazy.hpp172 struct lift_impl<lazy_tag> { struct
175 apply(X&& x) { in apply()
Doptional.hpp266 struct lift_impl<optional_tag> { struct
268 static constexpr auto apply(X&& x) in apply()
/third_party/boost/boost/hana/
Dlift.hpp41 struct lift_impl<A, when<condition>> : default_ { struct
47 struct lift_impl<S, when<Sequence<S>::value>> { struct
49 static constexpr decltype(auto) apply(X&& x) in apply()
Dlazy.hpp172 struct lift_impl<lazy_tag> { struct
175 apply(X&& x) { in apply()
Doptional.hpp266 struct lift_impl<optional_tag> { struct
268 static constexpr auto apply(X&& x) in apply()
/third_party/boost/libs/hana/test/_include/support/
Didentity.hpp108 struct lift_impl<Identity> { struct
110 static constexpr auto apply(X x) in apply()
/third_party/boost/libs/hana/example/misc/
Dtree.cpp71 struct lift_impl<tree_tag> { struct
73 static constexpr auto apply(X x) in apply()
Dinfinite_set.cpp87 struct lift_impl<infinite_set_tag> { struct
89 static constexpr auto apply(X x) in apply()
/third_party/boost/libs/hana/include/boost/hana/ext/std/
Dtuple.hpp77 struct lift_impl<ext::std::tuple_tag> { struct
79 static constexpr auto apply(X&& x) { in apply()
/third_party/boost/boost/hana/ext/std/
Dtuple.hpp77 struct lift_impl<ext::std::tuple_tag> { struct
79 static constexpr auto apply(X&& x) { in apply()
/third_party/boost/libs/hana/include/boost/hana/experimental/
Dview.hpp408 struct lift_impl<experimental::view_tag> { struct
410 static constexpr auto apply(T&& t) { in apply()
/third_party/boost/boost/hana/experimental/
Dview.hpp408 struct lift_impl<experimental::view_tag> { struct
410 static constexpr auto apply(T&& t) { in apply()