Constructors

Synopses

Declared in <bdlat_arrayiterators.h>

Construct a copy of the specified original.

BackInsertIterator(BackInsertIterator const& original) = default;

Construct a back‐insertion iterator to manipulate the specified array.

BackInsertIterator(TYPE* array);

Parameters

Name

Description

original

iterator to copy

array

array to which this iterator appends elements

Created with MrDocs