[#BloombergLP-ball-AttributeContainerListIterator-operator_inc-08c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeContainerListIterator.adoc[AttributeContainerListIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Advance this iterator to the next attribute container in the list and return the value of the iterator prior to this method call. == Synopsis Declared in `<ball_attributecontainerlist.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/AttributeContainerListIterator.adoc[AttributeContainerListIterator] operator++(int postfix); ---- == Description The behavior is undefined unless the iterator is at a valid position in the list. == Return Value value of this iterator prior to advancing == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#