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

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

#include <tinympl/variadic/all_of.hpp>

Detailed Description

template<template< class...T > class F, class... Args>
class tinympl::variadic::all_of< F, Args >

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

Parameters
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
tinympl::all_of

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