bsl::allocator_traits<allocator<float>>::allocate

Synopses

Declared in <bslma_bslallocator.h>

static
pointer
allocate(
    allocator_type& m,
    size_type n);
» more...
static
pointer
allocate(
    allocator_type& m,
    size_type n,
    const_void_pointer);
» more...