tinympl
0.2
mini MPL library for C++11
|
Determines whether any of the elements in the sequence satisfy the given predicate. More...
#include <tinympl/any_of.hpp>
Determines whether any 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 |
any_of<...>::type
is a std::integral_constant<bool,v>
where v
is true iff at least one element in the sequence satisfy the predicate F