Home
last modified time | relevance | path

Searched defs:prepend_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/hana/
Dprepend.hpp48 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/
Dprepend.hpp48 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/
Dinfinite_list.cpp98 struct prepend_impl<LazyList> { struct
100 static constexpr auto apply(Xs xs, X x) in apply()
Dlambda_tuple.cpp159 struct prepend_impl<lambda_tuple_tag> { struct
161 static constexpr decltype(auto) apply(Xs&& xs, X&& x) { in apply()