Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dutility.hpp37 template<bool C, class T, class... E> struct mp_if_c_impl struct
41 template<class T, class... E> struct mp_if_c_impl<true, T, E...> struct
43 using type = T;
46 template<class T, class E> struct mp_if_c_impl<false, T, E> struct
48 using type = E;