tinympl  0.2
mini MPL library for C++11
tinympl::none_of< Sequence, F > Class Template Reference

Determines whether none of the elements in the sequence satisfy the given predicate. More...

#include <tinympl/none_of.hpp>

Detailed Description

template<class Sequence, template< class...> class F>
class tinympl::none_of< Sequence, F >

Determines whether none of the elements in the sequence satisfy the given predicate.

Parameters
Sequencethe input sequence
Fthe predicate, F<T>::type::value must be convertible to bool
Returns
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
See also
variadic::none_of

The documentation for this class was generated from the following file: