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

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

#include <tinympl/variadic/none_of.hpp>

Detailed Description

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

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

Parameters
Fthe predicate, F<T>::type::value must be convertible to bool
Args...the input sequence
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
tinympl::none_of

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