BloombergLP::ball::ManagedAttributeSet::ManagedAttributeSet

Constructors

Synopses

Declared in <ball_managedattributeset.h>

Create an empty ManagedAttributeSet object.

ManagedAttributeSet();
» more...

Same as the preceding overload, using the specified allocator.

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

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

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

Parameters

NameDescription
allocatorallocator used to supply memory
originalattribute set to copy