|
typedef std::allocator< Type >::const_pointer | const_pointer |
|
typedef std::allocator< Type >::const_reference | const_reference |
|
typedef std::allocator< Type >::pointer | pointer |
|
typedef std::allocator< Type >::reference | reference |
|
typedef std::allocator< Type >::size_type | size_type |
|
|
| pallocator_array (TypeHandle type_handle=TypeHandle::none()) noexcept |
|
template<class U > |
| pallocator_array (const pallocator_array< U > ©) noexcept |
|
Type * | allocate (size_type n, std::allocator< void >::const_pointer hint=0) |
|
void | deallocate (pointer p, size_type n) |
|
template<class Type>
class pallocator_array< Type >
Definition at line 74 of file pallocator.h.
The documentation for this class was generated from the following file: