|
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/none_of.hpp>
Determines whether none of the elements in the sequence satisfy the given predicate.
| Sequence | the input sequence |
| F | the predicate, F<T>::type::value must be convertible to bool |
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