[#BloombergLP-bdlat_ArrayIterators-BackInsertIterator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayIterators.adoc[bdlat_ArrayIterators]::BackInsertIterator :relfileprefix: ../../ :mrdocs: TBD doc == Synopsis Declared in `<bdlat_arrayiterators.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> class BackInsertIterator; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/difference_type.adoc[`difference_type`] | Difference type is unused for this output iterator. | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/iterator_category.adoc[`iterator_category`] | Iterator category tag for this output iterator. | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/pointer.adoc[`pointer`] | Pointer type is unused for this output iterator. | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/reference.adoc[`reference`] | Reference type is unused for this output iterator. | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/value_type.adoc[`value_type`] | Element type of the array being written to. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/2constructor-01.adoc[`BackInsertIterator`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_assign-0e.adoc[`operator=`] | Assignment operators | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_star.adoc[`operator*`] | Do nothing and return a reference to this modifiable iterator. This function is used in generic algorithms that use the expression `*i++ = v` or `*++i = v`. | xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_inc-0c.adoc[`operator++`] | Increment operators |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlat_ArrayIterators/backInserter-0a6.adoc[`backInserter`] | Return a `BackInsertIterator` (of the appropriate type) to manipulate the specified `array`. Specializations of this function might return a different back‐inserter type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#