tinympl
0.2
mini MPL library for C++11
|
Determines whether every element in the sequence satisfies the given predicate. More...
#include <tinympl/variadic/all_of.hpp>
Determines whether every element in the sequence satisfies the given predicate.
F | the predicate, F<T>::type::value must be convertible to bool |
all_of<...>::type
is a std::integral_constant<bool,v>
where v
is true iff all the elements in the sequence satisfy the predicate F