Searched refs:prepend_impl (Results 1 – 6 of 6) sorted by relevance
34 using Prepend = BOOST_HANA_DISPATCH_IF(prepend_impl<M>, in operator ()()48 struct prepend_impl<M, when<condition>> : default_ { struct57 struct prepend_impl<S, when<Sequence<S>::value>> { struct
62 struct prepend_impl : prepend_impl<M, when<true>> { };
98 struct prepend_impl<LazyList> { struct
159 struct prepend_impl<lambda_tuple_tag> { struct