ReactOS 0.4.15-dev-7942-gd23573b
__type_traits< _STLP_PRIV _Bit_reference > Struct Reference

#include <_bvector.h>

Public Types

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

Detailed Description

Definition at line 93 of file _bvector.h.

Member Typedef Documentation

◆ has_trivial_assignment_operator

typedef __false_type __type_traits< _STLP_PRIV _Bit_reference >::has_trivial_assignment_operator

Definition at line 96 of file _bvector.h.

◆ has_trivial_copy_constructor

typedef __true_type __type_traits< _STLP_PRIV _Bit_reference >::has_trivial_copy_constructor

Definition at line 95 of file _bvector.h.

◆ has_trivial_default_constructor

typedef __false_type __type_traits< _STLP_PRIV _Bit_reference >::has_trivial_default_constructor

Definition at line 94 of file _bvector.h.

◆ has_trivial_destructor

typedef __true_type __type_traits< _STLP_PRIV _Bit_reference >::has_trivial_destructor

Definition at line 97 of file _bvector.h.

◆ is_POD_type

Definition at line 98 of file _bvector.h.


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