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>
template<class TYPE>
bdlat_ArrayIterators::BackInsertIterator<TYPE>
backInserter(TYPE* array);
Created with MrDocs