allocate overloads
Synopses
Declared in <bslma_allocatortraits.h>
Return basicAllocator.allocate(n).
static
pointer
allocate(
ALLOCATOR_TYPE& basicAllocator,
size_type n);
Return basicAllocator.allocate(n, hint).
static
pointer
allocate(
ALLOCATOR_TYPE& basicAllocator,
size_type n,
const_void_pointer hint);
Created with MrDocs