Home
last modified time | relevance | path

Searched defs:concat_impl (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/hana/
Dconcat.hpp51 struct concat_impl<M, when<condition>> : default_ { struct
57 struct concat_impl<S, when<Sequence<S>::value>> { struct
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
Doptional.hpp313 struct concat_impl<optional_tag> { struct
315 static constexpr auto apply(hana::optional<>&, Y&& y) in apply()
319 static constexpr auto apply(hana::optional<>&&, Y&& y) in apply()
323 static constexpr auto apply(hana::optional<> const&, Y&& y) in apply()
327 static constexpr auto apply(X&& x, Y&&) in apply()
/third_party/boost/libs/hana/include/boost/hana/
Dconcat.hpp51 struct concat_impl<M, when<condition>> : default_ { struct
57 struct concat_impl<S, when<Sequence<S>::value>> { struct
60 concat_helper(Xs&& xs, Ys&& ys, std::index_sequence<xi...>, in concat_helper()
70 static constexpr auto apply(Xs&& xs, Ys&& ys) { in apply()
Doptional.hpp313 struct concat_impl<optional_tag> { struct
315 static constexpr auto apply(hana::optional<>&, Y&& y) in apply()
319 static constexpr auto apply(hana::optional<>&&, Y&& y) in apply()
323 static constexpr auto apply(hana::optional<> const&, Y&& y) in apply()
327 static constexpr auto apply(X&& x, Y&&) in apply()
/third_party/boost/libs/hana/example/misc/
Dlambda_tuple.cpp137 struct concat_impl<lambda_tuple_tag> { struct
139 static constexpr decltype(auto) apply(Xs&& xs, Ys&& ys) { in apply()
/third_party/boost/boost/hana/experimental/
Dview.hpp442 struct concat_impl<experimental::view_tag> { struct
444 static constexpr auto apply(View1 view1, View2 view2) { in apply()
/third_party/boost/libs/hana/include/boost/hana/experimental/
Dview.hpp442 struct concat_impl<experimental::view_tag> { struct
444 static constexpr auto apply(View1 view1, View2 view2) { in apply()