Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dset.hpp155 template<class... S> struct mp_set_intersection_impl struct
159 template<> struct mp_set_intersection_impl<> struct
161 using type = mp_list<>;
164 template<class L, class... S> struct mp_set_intersection_impl<L, S...>: mp_defer<mp_set_intersectio… struct