ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <_function_adaptors.h>
Public Member Functions | |
pointer_to_unary_function () | |
pointer_to_unary_function (_Result(*__x)(_Arg)) | |
_Result | operator() (_Arg __x) const |
Protected Attributes | |
_Result(* | _M_ptr )(_Arg) |
Additional Inherited Members | |
Public Types inherited from unary_function< _Arg, _Result > | |
typedef _Arg | argument_type |
typedef _Result | result_type |
Protected Member Functions inherited from unary_function< _Arg, _Result > | |
~unary_function () | |
Definition at line 580 of file _function_adaptors.h.
|
inline |
Definition at line 584 of file _function_adaptors.h.
|
inlineexplicit |
Definition at line 585 of file _function_adaptors.h.
|
inline |
Definition at line 586 of file _function_adaptors.h.
|
protected |
Definition at line 582 of file _function_adaptors.h.
Referenced by pointer_to_unary_function< _Arg, _Result >::operator()().