Searched defs:prepend_impl (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/hana/ |
D | prepend.hpp | 48 struct prepend_impl<M, when<condition>> : default_ { struct 57 struct prepend_impl<S, when<Sequence<S>::value>> { argument 59 static constexpr auto prepend_helper(Xs&& xs, X&& x, std::index_sequence<i...>) { in prepend_helper() 66 static constexpr auto apply(Xs&& xs, X&& x) { in apply()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | prepend.hpp | 48 struct prepend_impl<M, when<condition>> : default_ { struct 57 struct prepend_impl<S, when<Sequence<S>::value>> { struct 59 static constexpr auto prepend_helper(Xs&& xs, X&& x, std::index_sequence<i...>) { in prepend_helper() 66 static constexpr auto apply(Xs&& xs, X&& x) { in apply()
|
/third_party/boost/libs/hana/example/misc/ |
D | infinite_list.cpp | 98 struct prepend_impl<LazyList> { struct 100 static constexpr auto apply(Xs xs, X x) in apply()
|
D | lambda_tuple.cpp | 159 struct prepend_impl<lambda_tuple_tag> { struct 161 static constexpr decltype(auto) apply(Xs&& xs, X&& x) { in apply()
|