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

Determines whether every element in the sequence satisfies the given predicate. More...

#include <tinympl/all_of.hpp>

Detailed Description

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

Determines whether every element in the sequence satisfies the given predicate.

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

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