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


Public Methods | |
| binary_negate (const _Predicate &__x) | |
| bool | operator() (const typename _Predicate::first_argument_type &__x, const typename _Predicate::second_argument_type &__y) const |
Protected Attributes | |
| _Predicate | _M_pred |
|
||||||||||
|
Definition at line 201 of file stl_function.h. References std::binary_negate< _Predicate >::_M_pred. |
|
||||||||||||||||
|
Definition at line 202 of file stl_function.h. References std::binary_negate< _Predicate >::_M_pred. |
|
|||||
|
Definition at line 199 of file stl_function.h. Referenced by std::binary_negate< _Predicate >::binary_negate(), and std::binary_negate< _Predicate >::operator()(). |
1.2.15