#include <stl_function.h>
Inheritance diagram for std::_Constant_void_fun:

Public Types | |
| typedef _Result | result_type |
Public Methods | |
| _Constant_void_fun (const result_type &__v) | |
| const result_type & | operator() () const |
Public Attributes | |
| result_type | _M_val |
|
|||||
|
Definition at line 426 of file stl_function.h. Referenced by std::_Constant_void_fun< _Result >::_Constant_void_fun(), and std::_Constant_void_fun< _Result >::operator()(). |
|
||||||||||
|
Definition at line 429 of file stl_function.h. References std::_Constant_void_fun< _Result >::_M_val, and std::_Constant_void_fun< _Result >::result_type. |
|
|||||||||
|
Definition at line 430 of file stl_function.h. References std::_Constant_void_fun< _Result >::_M_val, and std::_Constant_void_fun< _Result >::result_type. |
|
|||||
|
Definition at line 427 of file stl_function.h. Referenced by std::_Constant_void_fun< _Result >::_Constant_void_fun(), and std::_Constant_void_fun< _Result >::operator()(). |
1.2.15