#include <stl_function.h>
Inheritance diagram for std::_Constant_unary_fun:
Public Types | |
typedef _Argument | argument_type |
typedef _Result | result_type |
Public Methods | |
_Constant_unary_fun (const result_type &__v) | |
const result_type& | operator() (const _Argument &) const |
Public Attributes | |
result_type | _M_val |
|
Definition at line 392 of file stl_function.h. |
|
Definition at line 393 of file stl_function.h. |
|
Definition at line 396 of file stl_function.h. |
|
Definition at line 397 of file stl_function.h. |
|
Definition at line 394 of file stl_function.h. |