ReactOS 0.4.15-dev-7842-g558ab78
__type_traits_aux< __false_type > Struct Reference

#include <type_traits.h>

Public Types

typedef __false_type has_trivial_default_constructor
 
typedef __false_type has_trivial_copy_constructor
 
typedef __false_type has_trivial_assignment_operator
 
typedef __false_type has_trivial_destructor
 
typedef __false_type is_POD_type
 

Detailed Description

Definition at line 154 of file type_traits.h.

Member Typedef Documentation

◆ has_trivial_assignment_operator

typedef __false_type __type_traits_aux< __false_type >::has_trivial_assignment_operator

Definition at line 157 of file type_traits.h.

◆ has_trivial_copy_constructor

typedef __false_type __type_traits_aux< __false_type >::has_trivial_copy_constructor

Definition at line 156 of file type_traits.h.

◆ has_trivial_default_constructor

typedef __false_type __type_traits_aux< __false_type >::has_trivial_default_constructor

Definition at line 155 of file type_traits.h.

◆ has_trivial_destructor

typedef __false_type __type_traits_aux< __false_type >::has_trivial_destructor

Definition at line 158 of file type_traits.h.

◆ is_POD_type

typedef __false_type __type_traits_aux< __false_type >::is_POD_type

Definition at line 159 of file type_traits.h.


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