Constructors

Synopses

Declared in <ball_attributecontainerlist.h>

Create an empty container list.

Same as the default constructor, using the specified allocator.

explicit
AttributeContainerList(allocator_type const& allocator);

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

AttributeContainerList(
    AttributeContainerList const& original,
    allocator_type const& allocator = allocator_type());

Parameters

Name

Description

allocator

allocator to supply memory

original

list to copy

Created with MrDocs