BloombergLP::ball::DefaultAttributeContainer::DefaultAttributeContainer

Constructors

Synopses

Declared in <ball_defaultattributecontainer.h>

Create an empty DefaultAttributeContainer object.

DefaultAttributeContainer();
» more...

Same as the default constructor, using the specified allocator.

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

Create a DefaultAttributeContainer object having the same value as the specified original object.

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

Parameters

NameDescription
allocatorallocator to supply memory
originalcontainer to copy