Searched defs:mp_if_c_impl (Results 1 – 1 of 1) sorted by relevance
37 template<bool C, class T, class... E> struct mp_if_c_impl struct41 template<class T, class... E> struct mp_if_c_impl<true, T, E...> struct43 using type = T;46 template<class T, class E> struct mp_if_c_impl<false, T, E> struct48 using type = E;