Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dfunction.hpp146 template<> struct mp_same_impl<> struct
148 using type = mp_true;
151 template<class T1, class... T> struct mp_same_impl<T1, T...> struct
153 using type = mp_all<std::is_same<T1, T>...>;