[#BloombergLP-ball-AttributeContainerListIterator-operator_inc-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AttributeContainerListIterator.adoc[AttributeContainerListIterator]::operator++ :relfileprefix: ../../../ :mrdocs: Increment operators == Synopses Declared in `<ball_attributecontainerlist.h>` Advance this iterator to the next attribute container in the list and return the value of this iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/AttributeContainerListIterator.adoc[AttributeContainerListIterator] xref:BloombergLP/ball/AttributeContainerListIterator/operator_inc-081.adoc[operator++](); ---- [.small]#xref:BloombergLP/ball/AttributeContainerListIterator/operator_inc-081.adoc[_» more..._]# Advance this iterator to the next attribute container in the list and return the value of the iterator prior to this method call. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/AttributeContainerListIterator.adoc[AttributeContainerListIterator] xref:BloombergLP/ball/AttributeContainerListIterator/operator_inc-08c.adoc[operator++](int postfix); ---- [.small]#xref:BloombergLP/ball/AttributeContainerListIterator/operator_inc-08c.adoc[_» more..._]# == Return Value * value of this iterator after advancing * 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]#