Searched defs:ap_impl (Results 1 – 11 of 11) sorted by relevance
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | ap.hpp | 28 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()
|
| D | lazy.hpp | 181 struct ap_impl<lazy_tag> { struct 183 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
|
| D | optional.hpp | 273 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/ |
| D | ap.hpp | 28 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()
|
| D | lazy.hpp | 181 struct ap_impl<lazy_tag> { struct 183 static constexpr decltype(auto) apply(F&& f, X&& x) { in apply()
|
| D | optional.hpp | 273 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/ |
| D | identity.hpp | 115 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/ |
| D | tree.cpp | 78 struct ap_impl<tree_tag> { struct 80 static constexpr auto apply(F f, X x) { in apply()
|
| D | infinite_set.cpp | 94 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/ |
| D | view.hpp | 416 struct ap_impl<experimental::view_tag> { struct 418 static constexpr auto apply(F&& f, X&& x) { in apply()
|
| /third_party/boost/boost/hana/experimental/ |
| D | view.hpp | 416 struct ap_impl<experimental::view_tag> { struct 418 static constexpr auto apply(F&& f, X&& x) { in apply()
|