libstdc++: std::unary_negate< _Predicate > Class Template Reference (original) (raw)

#include <[stl_function.h](a00437%5Fsource.html)>

Public Member Functions
constexpr unary_negate (const _Predicate &__x)
constexpr bool operator() (const typename _Predicate::argument_type &__x) const
Protected Attributes
_Predicate _M_pred

template<typename _Predicate>
class std::unary_negate< _Predicate >

One of the negation functors.

Definition at line 1021 of file stl_function.h.

argument_type

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

argument_type is the type of the argument

Definition at line 120 of file stl_function.h.

result_type

template<typename _Predicate >

constexpr std::unary_negate< _Predicate >::unary_negate ( const _Predicate & __x) inlineexplicitconstexpr

operator()()

template<typename _Predicate >

constexpr bool std::unary_negate< _Predicate >::operator() ( const typename _Predicate::argument_type & __x) const inlineconstexpr

_M_pred

template<typename _Predicate >


The documentation for this class was generated from the following file: