ReactOS 0.4.16-dev-289-g096a551
|
#include <_move_construct_fwk.h>
Public Types | |
enum | { _MvImp = __type2bool<_MvImpRet>::_Ret } |
typedef __move_traits< _Tp >::implemented | _MvImpRet |
typedef __select< _MvImp, __move_source< _Tp >, _Tpconst & >::_Ret | _Type |
Definition at line 86 of file _move_construct_fwk.h.
typedef __move_traits<_Tp>::implemented _MoveSourceTraits< _Tp >::_MvImpRet |
Definition at line 87 of file _move_construct_fwk.h.
typedef __select<_MvImp,__move_source<_Tp>,_Tpconst&>::_Ret _MoveSourceTraits< _Tp >::_Type |
Definition at line 95 of file _move_construct_fwk.h.