__pthread_alloc_type_traits< _Tp > Struct Template Reference#include <_pthread_alloc.h>
Detailed Descriptiontemplate<class _Tp>
|
typedef _IsSTLportClass<pthread_allocator<_Tp> >::_Ret __pthread_alloc_type_traits< _Tp >::_STLportAlloc |
Definition at line 250 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_default_constructor |
Definition at line 253 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_copy_constructor |
Definition at line 254 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_assignment_operator |
Definition at line 255 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::has_trivial_destructor |
Definition at line 256 of file _pthread_alloc.h.
typedef _STLportAlloc __pthread_alloc_type_traits< _Tp >::is_POD_type |
Definition at line 257 of file _pthread_alloc.h.