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);

Created with MrDocs