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 |
Functor which determines if all values in range evaluate to true.
typedef bool util::All::result_type |
bool util::All::operator() | ( | It | first, |
It | last | ||
) | const [inline] |