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...