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

| Public Member Functions | |
| 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 334 of file stl_function.h.
| std::binary_negate< _Predicate >::binary_negate | ( | const _Predicate & | __x | ) |  [inline, explicit] | 
Definition at line 343 of file stl_function.h.
| bool std::binary_negate< _Predicate >::operator() | ( | const typename _Predicate::first_argument_type & | __x, | |
| const typename _Predicate::second_argument_type & | __y | |||
| ) | const  [inline] | 
Definition at line 347 of file stl_function.h.
References std::binary_negate< _Predicate >::_M_pred.
| _Predicate std::binary_negate< _Predicate >::_M_pred  [protected] | 
Definition at line 340 of file stl_function.h.
Referenced by std::binary_negate< _Predicate >::operator()().
 1.4.7
 1.4.7