ReactOS
0.4.15-dev-1623-g66cf1d2
|
#include <_move_construct_fwk.h>
Public Types | |
enum | { _MvImp = __type2bool<_MvImpRet>::_Ret } |
typedef __move_traits< _Tp >::implemented | _MvImpRet |
typedef __select< _MvImp, __move_source< _Tp >, _Tp const & >::_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>, _Tp const&>::_Ret _MoveSourceTraits< _Tp >::_Type |
Definition at line 95 of file _move_construct_fwk.h.
anonymous enum |