Home
last modified time | relevance | path

Searched defs:is_subset_impl (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dis_subset.hpp56 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()
Dset.hpp187 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()
Dmap.hpp450 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/
Dis_subset.hpp56 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()
Dset.hpp187 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()
Dmap.hpp450 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()