std::logical_and

From Cppreference

Jump to: navigation, search
Defined in header <functional>

template< class T >
struct logical_and;

Function object for performing logical conjunctions.

[edit] Member types

type definition
result_type bool
first_argument_type T
second_argument_type T

[edit] Member functions

Returns the logical conjunction of its two arguments
(public member function)