[#BloombergLP-bdlat_ArrayIterators-BackInsertIterator-operator_inc-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayIterators.adoc[bdlat_ArrayIterators]::xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[BackInsertIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Increment operators == Synopses Declared in `<bdlat_arrayiterators.h>` Do nothing and return a reference to this modifiable iterator. This function is used in generic algorithms that use the expression `*++i = v` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[bdlat_ArrayIterators::BackInsertIterator<TYPE>]& xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_inc-07.adoc[operator++](); ---- [.small]#xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_inc-07.adoc[_» more..._]# Do nothing and return a copy of this iterator. This function is used in generic algorithms that use the expression `*i++ = v` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[bdlat_ArrayIterators::BackInsertIterator<TYPE>] xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_inc-02.adoc[operator++](int); ---- [.small]#xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator/operator_inc-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#