Return a BackInsertIterator (of the appropriate type) to manipulate the specified array.
Declared in <bdlat_arrayiterators.h>
template<class TYPE>
bdlat_ArrayIterators::BackInsertIterator<TYPE>
backInserter(TYPE* array);
Specializations of this function might return a different back-inserter type.
back-insertion iterator that appends to array
| Name | Description |
|---|---|
| array | array to which the returned iterator appends elements |