Home
last modified time | relevance | path

Searched refs:prepend_impl (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/hana/
Dprepend.hpp34 using Prepend = BOOST_HANA_DISPATCH_IF(prepend_impl<M>, in operator ()()
48 struct prepend_impl<M, when<condition>> : default_ { struct
57 struct prepend_impl<S, when<Sequence<S>::value>> { struct
/third_party/boost/libs/hana/include/boost/hana/
Dprepend.hpp34 using Prepend = BOOST_HANA_DISPATCH_IF(prepend_impl<M>, in operator ()()
48 struct prepend_impl<M, when<condition>> : default_ { struct
57 struct prepend_impl<S, when<Sequence<S>::value>> { struct
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dprepend.hpp62 struct prepend_impl : prepend_impl<M, when<true>> { };
/third_party/boost/boost/hana/fwd/
Dprepend.hpp62 struct prepend_impl : prepend_impl<M, when<true>> { };
/third_party/boost/libs/hana/example/misc/
Dinfinite_list.cpp98 struct prepend_impl<LazyList> { struct
Dlambda_tuple.cpp159 struct prepend_impl<lambda_tuple_tag> { struct