std::logical_not

From Cppreference

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

template< class T >
struct logical_not;

Function object for performing logical negations.

[edit] Member types

type definition
result_type bool
argument_type T

[edit] Member functions

Returns the logical negation of its argument
(public member function)