[#BloombergLP-bdlat_ArrayIterators-backInserter-0a6] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayIterators.adoc[bdlat_ArrayIterators]::backInserter :relfileprefix: ../../ :mrdocs: Return a `BackInsertIterator` (of the appropriate type) to manipulate the specified `array`. == Synopsis Declared in `<bdlat_arrayiterators.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[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 [cols="1,4"] |=== | Name| Description | *array* | array to which the returned iterator appends elements |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#