Searched defs:is_subset_impl (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/hana/include/boost/hana/ |
D | is_subset.hpp | 56 struct is_subset_impl<S1, S2, when<condition>> : default_ { struct 62 struct is_subset_impl<S, S, when<condition>> { struct 72 struct is_subset_impl<S1, S2, when< argument 75 using C = typename common<S1, S2>::type; 77 static constexpr decltype(auto) apply(Xs&& xs, Ys&& ys) { in apply()
|
D | set.hpp | 187 struct is_subset_impl<set_tag, set_tag> { struct 189 struct all_contained { 200 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
|
D | map.hpp | 450 struct is_subset_impl<map_tag, map_tag> { struct 452 struct all_contained { 463 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
|
/third_party/boost/boost/hana/ |
D | is_subset.hpp | 56 struct is_subset_impl<S1, S2, when<condition>> : default_ { struct 62 struct is_subset_impl<S, S, when<condition>> { struct 72 struct is_subset_impl<S1, S2, when< struct 75 using C = typename common<S1, S2>::type; 77 static constexpr decltype(auto) apply(Xs&& xs, Ys&& ys) { in apply()
|
D | set.hpp | 187 struct is_subset_impl<set_tag, set_tag> { struct 189 struct all_contained { 200 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
|
D | map.hpp | 450 struct is_subset_impl<map_tag, map_tag> { struct 452 struct all_contained { 463 static constexpr auto apply(Xs const& xs, Ys const& ys) { in apply()
|