#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 435 of file stl_function.h. |
|
Definition at line 436 of file stl_function.h. Referenced by std::_Constant_unary_fun< _Result, _Argument >::_Constant_unary_fun(), and std::_Constant_unary_fun< _Result, _Argument >::operator()(). |
|
Definition at line 439 of file stl_function.h. References std::_Constant_unary_fun< _Result, _Argument >::_M_val, and std::_Constant_unary_fun< _Result, _Argument >::result_type. |
|
Definition at line 440 of file stl_function.h. References std::_Constant_unary_fun< _Result, _Argument >::_M_val, and std::_Constant_unary_fun< _Result, _Argument >::result_type. |
|
Definition at line 437 of file stl_function.h. Referenced by std::_Constant_unary_fun< _Result, _Argument >::_Constant_unary_fun(), and std::_Constant_unary_fun< _Result, _Argument >::operator()(). |