BloombergLP::bdlat_ArrayIterators::backInserter

Return a BackInsertIterator (of the appropriate type) to manipulate the specified array.

Synopsis

Declared in <bdlat_arrayiterators.h>

template<class TYPE>
bdlat_ArrayIterators::BackInsertIterator<TYPE>
backInserter(TYPE* array);

Description

Specializations of this function might return a different back-inserter type.

Return Value

back-insertion iterator that appends to array

Parameters

NameDescription
arrayarray to which the returned iterator appends elements