#include <stl_function.h>
Inheritance diagram for std::pointer_to_unary_function:
Public Methods | |
pointer_to_unary_function () | |
pointer_to_unary_function (_Result(*__x)(_Arg)) | |
_Result | operator() (_Arg __x) const |
Protected Attributes | |
_Result (* | _M_ptr )(_Arg) |
|
Definition at line 295 of file stl_function.h. |
|
Definition at line 296 of file stl_function.h. |
|
Definition at line 297 of file stl_function.h. |
|
Referenced by operator()(). |