#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.
|
||||||||||
|
Definition at line 319 of file stl_function.h. References std::unary_negate< _Predicate >::_M_pred. |
|
||||||||||
|
Definition at line 322 of file stl_function.h. References std::unary_negate< _Predicate >::_M_pred. |
|
|||||
|
Definition at line 316 of file stl_function.h. Referenced by std::unary_negate< _Predicate >::operator()(), and std::unary_negate< _Predicate >::unary_negate(). |
1.3.6