#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 338 of file stl_function.h. |
|
||||||||||
|
Definition at line 339 of file stl_function.h. References std::pointer_to_unary_function< _Arg, _Result >::_M_ptr. |
|
||||||||||
|
Definition at line 340 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.2.15