[#BloombergLP-bdlat_ArrayIterators-BackInsertIterator-operator_inc-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat_ArrayIterators.adoc[bdlat_ArrayIterators]::xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[BackInsertIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Do nothing. This function is used in generic algorithms that use the expression `*i++ = v`. == Synopsis Declared in `<bdlat_arrayiterators.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlat_ArrayIterators/BackInsertIterator.adoc[bdlat_ArrayIterators::BackInsertIterator<TYPE>] operator++(int postfix); ---- == Return Value copy of this iterator == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#