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