|
typedef const Type * | const_pointer |
|
typedef const Type & | const_reference |
|
typedef Type * | pointer |
|
typedef Type & | reference |
|
typedef std::allocator< Type >::size_type | size_type |
|
|
template<class U > |
| pallocator_array (const pallocator_array< U > ©) noexcept |
|
| pallocator_array (TypeHandle type_handle=TypeHandle::none()) noexcept |
|
Type * | allocate (size_type n, const void *hint=0) |
|
void | deallocate (Type *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: