[#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`. Specializations of this function might return a different back‐inserter type. == 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); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#