Searched defs:concat_impl (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/boost/hana/ |
| D | concat.hpp | 51 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()
|
| D | optional.hpp | 313 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/ |
| D | concat.hpp | 51 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()
|
| D | optional.hpp | 313 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/ |
| D | lambda_tuple.cpp | 137 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/ |
| D | view.hpp | 442 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/ |
| D | view.hpp | 442 struct concat_impl<experimental::view_tag> { struct 444 static constexpr auto apply(View1 view1, View2 view2) { in apply()
|