[#BloombergLP-bsltf-TestValuesArrayIterator-operator_inc-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Increment operators == Synopses Declared in `<bsltf_testvaluesarray.h>` Move this iterator to the next element in the container. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator<VALUE>]& xref:BloombergLP/bsltf/TestValuesArrayIterator/operator_inc-0f.adoc[operator++](); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArrayIterator/operator_inc-0f.adoc[_» more..._]# Advance this iterator and return a proxy to the prior element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray_PostIncrementPtr.adoc[TestValuesArray_PostIncrementPtr<VALUE>] xref:BloombergLP/bsltf/TestValuesArrayIterator/operator_inc-0b.adoc[operator++](int postfix); ---- [.small]#xref:BloombergLP/bsltf/TestValuesArrayIterator/operator_inc-0b.adoc[_» more..._]# == Return Value * a reference to this iterator after the increment * a proxy that can be dereferenced to the prior element == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#