[#BloombergLP-bsltf-TestValuesArrayIterator-operator_inc-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/TestValuesArrayIterator.adoc[TestValuesArrayIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Advance this iterator and return a proxy to the prior element. == Synopsis Declared in `<bsltf_testvaluesarray.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bsltf/TestValuesArray_PostIncrementPtr.adoc[TestValuesArray_PostIncrementPtr<VALUE>] operator++(int postfix); ---- == Description Move this iterator to the next element in the container, and return an object that can be dereferenced to refer to the same object that this iterator initially points to. Any copies of this iterator are no longer dereferenceable or comparable. The behavior is undefined unless this iterator refers to a valid value in the container. == Return Value 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]#