#include <stl_function.h>
Inheritance diagram for std::unary_negate< _Predicate >:

Public Member Functions | |
| unary_negate (const _Predicate &__x) | |
| bool | operator() (const typename _Predicate::argument_type &__x) const |
Protected Attributes | |
| _Predicate | _M_pred |
Definition at line 312 of file stl_function.h.
| std::unary_negate< _Predicate >::unary_negate | ( | const _Predicate & | __x | ) | [inline, explicit] |
Definition at line 319 of file stl_function.h.
| bool std::unary_negate< _Predicate >::operator() | ( | const typename _Predicate::argument_type & | __x | ) | const [inline] |
_Predicate std::unary_negate< _Predicate >::_M_pred [protected] |
Definition at line 316 of file stl_function.h.
Referenced by std::unary_negate< _Predicate >::operator()().
1.4.7