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

#include <_pthread_alloc.h>

Public Types

typedef _IsSTLportClass< pthread_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 __pthread_alloc_type_traits< _Tp >

Definition at line 242 of file _pthread_alloc.h.

Member Typedef Documentation

◆ _STLportAlloc

template<class _Tp >
typedef _IsSTLportClass<pthread_allocator<_Tp>>::_Ret __pthread_alloc_type_traits< _Tp >::_STLportAlloc

Definition at line 243 of file _pthread_alloc.h.

◆ has_trivial_assignment_operator

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

Definition at line 248 of file _pthread_alloc.h.

◆ has_trivial_copy_constructor

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

Definition at line 247 of file _pthread_alloc.h.

◆ has_trivial_default_constructor

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

Definition at line 246 of file _pthread_alloc.h.

◆ has_trivial_destructor

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

Definition at line 249 of file _pthread_alloc.h.

◆ is_POD_type

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

Definition at line 250 of file _pthread_alloc.h.


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