Create an allocator and size wrapper with basicAllocator and size.

Synopsis

Declared in <bslstl_list.h>

List_AllocAndSizeWrapper(
    NodeAlloc const& basicAllocator,
    size_type size);

Parameters

Name

Description

basicAllocator

allocator stored in this wrapper

size

initial element count

Created with MrDocs