Home
last modified time | relevance | path

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

/third_party/boost/boost/mp11/
Dfunction.hpp132 template<class... T> using mp_any = mp_bool<(static_cast<bool>(T::value) || ...)>; typedef
136 template<class... T> using mp_any = mp_bool< mp_count_if< mp_list<T...>, mp_to_bool >::value != 0 >; typedef