Home
last modified time | relevance | path

Searched defs:ap_impl (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dap.hpp28 struct ap_impl<A, when<condition>> : default_ { struct
67 struct ap_impl<S, when<Sequence<S>::value>> { struct
69 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
Dlazy.hpp181 struct ap_impl<lazy_tag> { struct
183 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
Doptional.hpp273 struct ap_impl<optional_tag> { struct
284 return ap_impl::ap_helper(static_cast<F&&>(f), static_cast<X&&>(x), in apply() argument
/third_party/boost/boost/hana/
Dap.hpp28 struct ap_impl<A, when<condition>> : default_ { struct
67 struct ap_impl<S, when<Sequence<S>::value>> { struct
69 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
Dlazy.hpp181 struct ap_impl<lazy_tag> { struct
183 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
Doptional.hpp273 struct ap_impl<optional_tag> { struct
284 return ap_impl::ap_helper(static_cast<F&&>(f), static_cast<X&&>(x), in apply() argument
/third_party/boost/libs/hana/test/_include/support/
Didentity.hpp115 struct ap_impl<Identity> { struct
117 static constexpr auto apply(F f, X x) in apply()
122 struct ap_impl<Identity> { struct
124 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
/third_party/boost/libs/hana/example/misc/
Dtree.cpp78 struct ap_impl<tree_tag> { struct
80 static constexpr auto apply(F f, X x) { in apply()
Dinfinite_set.cpp94 struct ap_impl<infinite_set_tag> { struct
96 static constexpr auto apply(F fset, Set set) { in apply()
/third_party/boost/libs/hana/include/boost/hana/experimental/
Dview.hpp416 struct ap_impl<experimental::view_tag> { struct
418 static constexpr auto apply(F&& f, X&& x) { in apply()
/third_party/boost/boost/hana/experimental/
Dview.hpp416 struct ap_impl<experimental::view_tag> { struct
418 static constexpr auto apply(F&& f, X&& x) { in apply()