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


Public Methods | |
| unary_negate (const _Predicate &__x) | |
| bool | operator() (const typename _Predicate::argument_type &__x) const |
Protected Attributes | |
| _Predicate | _M_pred |
|
||||||||||
|
Definition at line 180 of file stl_function.h. References std::unary_negate< _Predicate >::_M_pred. |
|
||||||||||
|
Definition at line 181 of file stl_function.h. References std::unary_negate< _Predicate >::_M_pred. |
|
|||||
|
Definition at line 178 of file stl_function.h. Referenced by std::unary_negate< _Predicate >::operator()(), and std::unary_negate< _Predicate >::unary_negate(). |
1.2.15