[#BloombergLP-ball-AttributeContainerList-2constructor-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeContainerList.adoc[AttributeContainerList]::AttributeContainerList :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<ball_attributecontainerlist.h>` Create an empty container list. 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/AttributeContainerList/2constructor-008.adoc[AttributeContainerList](); ---- [.small]#xref:BloombergLP/ball/AttributeContainerList/2constructor-008.adoc[_» more..._]# Same as the default constructor, using the specified `allocator`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/ball/AttributeContainerList/2constructor-000.adoc[AttributeContainerList](xref:BloombergLP/ball/AttributeContainerList/allocator_type.adoc[allocator_type] const& allocator); ---- [.small]#xref:BloombergLP/ball/AttributeContainerList/2constructor-000.adoc[_» more..._]# Create a container list having the same value as the specified `original`. 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/AttributeContainerList/2constructor-04.adoc[AttributeContainerList]( xref:BloombergLP/ball/AttributeContainerList.adoc[AttributeContainerList] const& original, xref:BloombergLP/ball/AttributeContainerList/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- [.small]#xref:BloombergLP/ball/AttributeContainerList/2constructor-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#