ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <_function.h>
Public Types | |
typedef _Base::first_argument_type | first_argument_type |
typedef _Base::second_argument_type | second_argument_type |
Public Types inherited from binary_function< __BINARY_ARG(_Predicate, first_argument_type), __BINARY_ARG(_Predicate, second_argument_type), bool > | |
typedef __BINARY_ARG(_Predicate, first_argument_type) | first_argument_type |
typedef __BINARY_ARG(_Predicate, second_argument_type) | second_argument_type |
typedef bool | result_type |
Public Member Functions | |
binary_negate (const _Predicate &__x) | |
bool | operator() (_FstArgParamType __x, _SndArgParamType __y) const |
Protected Attributes | |
_Predicate | _M_pred |
Private Types | |
typedef binary_function< typename __BINARY_ARG(_Predicate, first_argument_type), typename __BINARY_ARG(_Predicate, second_argument_type), bool > | _Base |
typedef __call_traits< first_argument_type >::const_param_type | _FstArgParamType |
typedef __call_traits< second_argument_type >::const_param_type | _SndArgParamType |
Additional Inherited Members | |
Protected Member Functions inherited from binary_function< __BINARY_ARG(_Predicate, first_argument_type), __BINARY_ARG(_Predicate, second_argument_type), bool > | |
~binary_function () | |
Definition at line 159 of file _function.h.
|
private |
Definition at line 165 of file _function.h.
|
private |
Definition at line 170 of file _function.h.
|
private |
Definition at line 171 of file _function.h.
typedef _Base::first_argument_type binary_negate< _Predicate >::first_argument_type |
Definition at line 167 of file _function.h.
typedef _Base::second_argument_type binary_negate< _Predicate >::second_argument_type |
Definition at line 168 of file _function.h.
|
inlineexplicit |
Definition at line 175 of file _function.h.
|
inline |
Definition at line 176 of file _function.h.
|
protected |
Definition at line 173 of file _function.h.
Referenced by binary_negate< _Predicate >::operator()().