ReactOS 0.4.15-dev-7953-g1f49173
__move_traits< _Tp > Struct Template Reference

#include <_move_construct_fwk.h>

Public Types

typedef __false_type implemented
 
typedef __type_traits< _Tp >::has_trivial_destructor complete
 

Detailed Description

template<class _Tp>
struct __move_traits< _Tp >

Definition at line 52 of file _move_construct_fwk.h.

Member Typedef Documentation

◆ complete

template<class _Tp >
typedef __type_traits<_Tp>::has_trivial_destructor __move_traits< _Tp >::complete

Definition at line 73 of file _move_construct_fwk.h.

◆ implemented

template<class _Tp >
typedef __false_type __move_traits< _Tp >::implemented

Definition at line 63 of file _move_construct_fwk.h.


The documentation for this struct was generated from the following file: