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

Name

Description

array

array to which the returned iterator appends elements

Created with MrDocs