Public Types | Public Member Functions
util::All Class Reference

Functor which determines if all values in range evaluate to true. More...

#include <util.h>

Public Types

typedef bool result_type

Public Member Functions

template<typename It >
bool operator() (It first, It last) const

Detailed Description

Functor which determines if all values in range evaluate to true.

Definition at line 144 of file util.h.


Member Typedef Documentation

typedef bool util::All::result_type

Definition at line 147 of file util.h.


Member Function Documentation

template<typename It >
bool util::All::operator() ( It  first,
It  last 
) const [inline]
Parameters:
first
last
Returns:
true if all elements in [first,last) are true

Definition at line 154 of file util.h.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines