Construct a back‐insertion iterator to manipulate the specified array.
Synopsis
Declared in <bdlat_arrayiterators.h>
BackInsertIterator(TYPE* array);
Parameters
Name |
Description |
array |
array to which this iterator appends elements |
Created with MrDocs