Return basicAllocator.allocate(n).
Declared in <bslma_allocatortraits.h>
static
pointer
allocate(
ALLOCATOR_TYPE& basicAllocator,
size_type n);
pointer to the allocated storage
| Name | Description |
|---|---|
| basicAllocator | allocator that performs the allocation |
| n | number of objects to allocate storage for |