TBD doc
Synopsis
Declared in <bdlat_arrayiterators.h>
template<class TYPE>
class BackInsertIterator;
Type Aliases
Name |
Description |
Difference type is unused for this output iterator. |
|
Iterator category tag for this output iterator. |
|
Pointer type is unused for this output iterator. |
|
Reference type is unused for this output iterator. |
|
Element type of the array being written to. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Do nothing and return a reference to this modifiable iterator. This function is used in generic algorithms that use the expression |
|
Increment operators |
Non-Member Functions
Name |
Description |
Return a |
Created with MrDocs