std::logical_or

From Cppreference

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

template< class T >
struct logical_or;

Function object for performing logical disjunctions.

[edit] Member types

type definition
result_type bool
first_argument_type T
second_argument_type T

[edit] Member functions

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