ReactOS 0.4.15-dev-7931-gfd331f1
__perthread_alloc_type_traits< _Tp > Struct Template Reference

#include <_pthread_alloc.h>

Public Types

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

Detailed Description

template<class _Tp>
struct __perthread_alloc_type_traits< _Tp >

Definition at line 425 of file _pthread_alloc.h.

Member Typedef Documentation

◆ _STLportAlloc

template<class _Tp >
typedef _IsSTLportClass<per_thread_allocator<_Tp>>::_Ret __perthread_alloc_type_traits< _Tp >::_STLportAlloc

Definition at line 426 of file _pthread_alloc.h.

◆ has_trivial_assignment_operator

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

Definition at line 431 of file _pthread_alloc.h.

◆ has_trivial_copy_constructor

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

Definition at line 430 of file _pthread_alloc.h.

◆ has_trivial_default_constructor

template<class _Tp >
typedef __false_type __perthread_alloc_type_traits< _Tp >::has_trivial_default_constructor

Definition at line 429 of file _pthread_alloc.h.

◆ has_trivial_destructor

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

Definition at line 432 of file _pthread_alloc.h.

◆ is_POD_type

template<class _Tp >
typedef __false_type __perthread_alloc_type_traits< _Tp >::is_POD_type

Definition at line 433 of file _pthread_alloc.h.


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