ReactOS 0.4.16-dev-555-g690643f
|
#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 |
Definition at line 425 of file _pthread_alloc.h.
typedef _IsSTLportClass<per_thread_allocator<_Tp>>::_Ret __perthread_alloc_type_traits< _Tp >::_STLportAlloc |
Definition at line 426 of file _pthread_alloc.h.
typedef _STLportAlloc __perthread_alloc_type_traits< _Tp >::has_trivial_assignment_operator |
Definition at line 431 of file _pthread_alloc.h.
typedef _STLportAlloc __perthread_alloc_type_traits< _Tp >::has_trivial_copy_constructor |
Definition at line 430 of file _pthread_alloc.h.
typedef __false_type __perthread_alloc_type_traits< _Tp >::has_trivial_default_constructor |
Definition at line 429 of file _pthread_alloc.h.
typedef _STLportAlloc __perthread_alloc_type_traits< _Tp >::has_trivial_destructor |
Definition at line 432 of file _pthread_alloc.h.
typedef __false_type __perthread_alloc_type_traits< _Tp >::is_POD_type |
Definition at line 433 of file _pthread_alloc.h.