ReactOS 0.4.16-dev-41-ge8c7597
|
#include <type_traits.h>
Public Types | |
typedef __true_type | has_trivial_default_constructor |
typedef __true_type | has_trivial_copy_constructor |
typedef __true_type | has_trivial_assignment_operator |
typedef __true_type | has_trivial_destructor |
typedef __true_type | is_POD_type |
Definition at line 163 of file type_traits.h.
typedef __true_type __type_traits_aux< __true_type >::has_trivial_assignment_operator |
Definition at line 166 of file type_traits.h.
typedef __true_type __type_traits_aux< __true_type >::has_trivial_copy_constructor |
Definition at line 165 of file type_traits.h.
typedef __true_type __type_traits_aux< __true_type >::has_trivial_default_constructor |
Definition at line 164 of file type_traits.h.
typedef __true_type __type_traits_aux< __true_type >::has_trivial_destructor |
Definition at line 167 of file type_traits.h.
typedef __true_type __type_traits_aux< __true_type >::is_POD_type |
Definition at line 168 of file type_traits.h.