Constructors
Declared in <bdlat_arrayiterators.h>
Construct a copy of the specified original.
BackInsertIterator(BackInsertIterator const& original) = default;
» more...
Construct a back-insertion iterator to manipulate the specified array.
BackInsertIterator(TYPE* array);
» more...
| Name | Description |
|---|---|
| original | iterator to copy |
| array | array to which this iterator appends elements |