ReactOS 0.4.16-dev-942-g91fadeb
|
#include <_function.h>
Public Types | |
typedef _Result | result_type |
Public Member Functions | |
_Constant_void_fun (const result_type &__v) | |
const result_type & | operator() () const |
Public Attributes | |
result_type | _M_val |
Definition at line 341 of file _function.h.
typedef _Result _Constant_void_fun< _Result >::result_type |
Definition at line 342 of file _function.h.
|
inline |
Definition at line 345 of file _function.h.
|
inline |
Definition at line 346 of file _function.h.
result_type _Constant_void_fun< _Result >::_M_val |
Definition at line 343 of file _function.h.
Referenced by _Constant_void_fun< _Result >::operator()().