Searched defs:mp_eval_if_c_impl (Results 1 – 1 of 1) sorted by relevance
| /third_party/boost/boost/mp11/ |
| D | utility.hpp | 139 template<class T, template<class...> class F, class... U> struct mp_eval_if_c_impl<true, T, F, U...> struct 141 using type = T; 144 template<class T, template<class...> class F, class... U> struct mp_eval_if_c_impl<false, T, F, U..… struct
|