[#BloombergLP-ball-ManagedAttributeSet-2constructor-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ManagedAttributeSet.adoc[ManagedAttributeSet]::ManagedAttributeSet :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<ball_managedattributeset.h>` Create an empty `ManagedAttributeSet` object. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/ManagedAttributeSet/2constructor-06f3.adoc[ManagedAttributeSet](); ---- [.small]#xref:BloombergLP/ball/ManagedAttributeSet/2constructor-06f3.adoc[_» more..._]# Same as the preceding overload, using the specified `allocator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/ball/ManagedAttributeSet/2constructor-06f6.adoc[ManagedAttributeSet](xref:BloombergLP/ball/ManagedAttributeSet/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#xref:BloombergLP/ball/ManagedAttributeSet/2constructor-06f6.adoc[_» more..._]# Create a `ManagedAttributeSet` object having the same value as the specified `original` object. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/ManagedAttributeSet/2constructor-04.adoc[ManagedAttributeSet]( xref:BloombergLP/ball/ManagedAttributeSet.adoc[ManagedAttributeSet] const& original, xref:BloombergLP/ball/ManagedAttributeSet/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/ball/ManagedAttributeSet/2constructor-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#