Searched defs:lift_impl (Results 1 – 13 of 13) sorted by relevance
41 struct lift_impl<A, when<condition>> : default_ { struct47 struct lift_impl<S, when<Sequence<S>::value>> { struct49 static constexpr decltype(auto) apply(X&& x) in apply()
172 struct lift_impl<lazy_tag> { struct175 apply(X&& x) { in apply()
266 struct lift_impl<optional_tag> { struct268 static constexpr auto apply(X&& x) in apply()
108 struct lift_impl<Identity> { struct110 static constexpr auto apply(X x) in apply()
71 struct lift_impl<tree_tag> { struct73 static constexpr auto apply(X x) in apply()
87 struct lift_impl<infinite_set_tag> { struct89 static constexpr auto apply(X x) in apply()
77 struct lift_impl<ext::std::tuple_tag> { struct79 static constexpr auto apply(X&& x) { in apply()
408 struct lift_impl<experimental::view_tag> { struct410 static constexpr auto apply(T&& t) { in apply()