ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <_function.h>
Public Types | |
typedef _Base::argument_type | argument_type |
Public Types inherited from unary_function< __UNARY_ARG(_Predicate, argument_type), bool > | |
typedef __UNARY_ARG(_Predicate, argument_type) | argument_type |
typedef bool | result_type |
Public Member Functions | |
unary_negate (const _Predicate &__x) | |
bool | operator() (_ArgParamType __x) const |
Protected Attributes | |
_Predicate | _M_pred |
Private Types | |
typedef unary_function< typename __UNARY_ARG(_Predicate, argument_type), bool > | _Base |
typedef __call_traits< argument_type >::const_param_type | _ArgParamType |
Additional Inherited Members | |
Protected Member Functions inherited from unary_function< __UNARY_ARG(_Predicate, argument_type), bool > | |
~unary_function () | |
Definition at line 136 of file _function.h.
|
private |
Definition at line 142 of file _function.h.
|
private |
Definition at line 138 of file _function.h.
typedef _Base::argument_type unary_negate< _Predicate >::argument_type |
Definition at line 140 of file _function.h.
|
inlineexplicit |
Definition at line 146 of file _function.h.
|
inline |
Definition at line 147 of file _function.h.
|
protected |
Definition at line 144 of file _function.h.
Referenced by unary_negate< _Predicate >::operator()().