ReactOS 0.4.15-dev-7842-g558ab78
__alloc_type_traits< _Tp > Struct Template Reference

#include <_alloc.h>

Public Types

typedef _IsSTLportClass< allocator< _Tp > >::_Ret _STLportAlloc
 
typedef _STLportAlloc has_trivial_default_constructor
 
typedef _STLportAlloc has_trivial_copy_constructor
 
typedef _STLportAlloc has_trivial_assignment_operator
 
typedef _STLportAlloc has_trivial_destructor
 
typedef _STLportAlloc is_POD_type
 

Detailed Description

template<class _Tp>
struct __alloc_type_traits< _Tp >

Definition at line 400 of file _alloc.h.

Member Typedef Documentation

◆ _STLportAlloc

template<class _Tp >
typedef _IsSTLportClass<allocator<_Tp>>::_Ret __alloc_type_traits< _Tp >::_STLportAlloc

Definition at line 402 of file _alloc.h.

◆ has_trivial_assignment_operator

template<class _Tp >
typedef _STLportAlloc __alloc_type_traits< _Tp >::has_trivial_assignment_operator

Definition at line 411 of file _alloc.h.

◆ has_trivial_copy_constructor

template<class _Tp >
typedef _STLportAlloc __alloc_type_traits< _Tp >::has_trivial_copy_constructor

Definition at line 410 of file _alloc.h.

◆ has_trivial_default_constructor

template<class _Tp >
typedef _STLportAlloc __alloc_type_traits< _Tp >::has_trivial_default_constructor

Definition at line 409 of file _alloc.h.

◆ has_trivial_destructor

template<class _Tp >
typedef _STLportAlloc __alloc_type_traits< _Tp >::has_trivial_destructor

Definition at line 412 of file _alloc.h.

◆ is_POD_type

template<class _Tp >
typedef _STLportAlloc __alloc_type_traits< _Tp >::is_POD_type

Definition at line 413 of file _alloc.h.


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