ReactOS 0.4.15-dev-7942-gd23573b
__type_traits_aux< __true_type > Struct Reference

#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
 

Detailed Description

Definition at line 163 of file type_traits.h.

Member Typedef Documentation

◆ has_trivial_assignment_operator

typedef __true_type __type_traits_aux< __true_type >::has_trivial_assignment_operator

Definition at line 166 of file type_traits.h.

◆ has_trivial_copy_constructor

typedef __true_type __type_traits_aux< __true_type >::has_trivial_copy_constructor

Definition at line 165 of file type_traits.h.

◆ has_trivial_default_constructor

typedef __true_type __type_traits_aux< __true_type >::has_trivial_default_constructor

Definition at line 164 of file type_traits.h.

◆ has_trivial_destructor

typedef __true_type __type_traits_aux< __true_type >::has_trivial_destructor

Definition at line 167 of file type_traits.h.

◆ is_POD_type

typedef __true_type __type_traits_aux< __true_type >::is_POD_type

Definition at line 168 of file type_traits.h.


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