std::unary_negate< _Predicate >(3) Library Functions Manual std::unary_negate< _Predicate >(3)

std::unary_negate< _Predicate > - One of the negation functors.

#include <stl_function.h>

Inherits std::unary_function< _Predicate::argument_type, bool >.


typedef _Predicate::argument_type argument_type
argument_type is the type of the argument typedef bool result_type
result_type is the return type


constexpr unary_negate (const _Predicate &__x)
constexpr bool operator() (const typename _Predicate::argument_type &__x) const


_Predicate _M_pred

class std::unary_negate< _Predicate >"One of the negation functors.

typedef _Predicate::argument_type std::unary_function< _Predicate::argument_type , bool >::argument_type [inherited]

argument_type is the type of the argument

typedef bool std::unary_function< _Predicate::argument_type , bool >::result_type [inherited]

result_type is the return type

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++