BloombergLP::ball::AttributeContainerList::AttributeContainerList

Constructors

Synopses

Declared in <ball_attributecontainerlist.h>

Create an empty container list.

AttributeContainerList();
» more...

Same as the default constructor, using the specified allocator.

explicit
AttributeContainerList(allocator_type const& allocator);
» more...

Create a container list having the same value as the specified original.

AttributeContainerList(
    AttributeContainerList const& original,
    allocator_type const& allocator = allocator_type());
» more...

Parameters

NameDescription
allocatorallocator to supply memory
originallist to copy