ReactOS 0.4.16-dev-338-g34e76ad
|
#include <_move_construct_fwk.h>
Public Member Functions | |
__move_source (_Tp &_src) | |
_Tp & | get () const |
Private Types | |
typedef __move_source< _Tp > | _Self |
Private Member Functions | |
_Self & | operator= (_Self const &) |
Private Attributes | |
_Tp & | _M_data |
Definition at line 35 of file _move_construct_fwk.h.
|
private |
Definition at line 46 of file _move_construct_fwk.h.
|
inlineexplicit |
Definition at line 37 of file _move_construct_fwk.h.
|
inline |
|
private |
|
private |
Definition at line 43 of file _move_construct_fwk.h.
Referenced by __move_source< _Tp >::__move_source(), and __move_source< _Tp >::get().