#include <stl_function.h>
Inheritance diagram for std::pointer_to_unary_function< _Arg, _Result >:

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) |
Definition at line 481 of file stl_function.h.
|
|||||||||
|
Definition at line 486 of file stl_function.h. |
|
||||||||||
|
Definition at line 489 of file stl_function.h. References std::pointer_to_unary_function< _Arg, _Result >::_M_ptr. |
|
||||||||||
|
Definition at line 493 of file stl_function.h. References std::pointer_to_unary_function< _Arg, _Result >::_M_ptr. |
|
|||||
|
Referenced by std::pointer_to_unary_function< _Arg, _Result >::operator()(), and std::pointer_to_unary_function< _Arg, _Result >::pointer_to_unary_function(). |
1.3.6