allocate overloads
Declared in <bslma_allocatortraits.h>
Return basicAllocator.allocate(n).
static
pointer
allocate(
ALLOCATOR_TYPE& basicAllocator,
size_type n);
» more...
Return basicAllocator.allocate(n, hint).
static
pointer
allocate(
ALLOCATOR_TYPE& basicAllocator,
size_type n,
const_void_pointer hint);
» more...