binary_negate< _Predicate > Class Template Reference#include <_function.h>
Inheritance diagram for binary_negate< _Predicate >: ![]()
Detailed Descriptiontemplate<class _Predicate>
|
typedef _Base::first_argument_type binary_negate< _Predicate >::first_argument_type |
Reimplemented from binary_function< _Arg1, _Arg2, _Result >.
Definition at line 167 of file _function.h.
typedef _Base::second_argument_type binary_negate< _Predicate >::second_argument_type |
Reimplemented from binary_function< _Arg1, _Arg2, _Result >.
Definition at line 168 of file _function.h.
binary_negate< _Predicate >::binary_negate | ( | const _Predicate & | __x | ) | [inline, explicit] |
Definition at line 175 of file _function.h.
bool binary_negate< _Predicate >::operator() | ( | _FstArgParamType | __x, | |
_SndArgParamType | __y | |||
) | const [inline] |
_Predicate binary_negate< _Predicate >::_M_pred [protected] |
Definition at line 173 of file _function.h.
Referenced by binary_negate< _Predicate >::operator()().