BloombergLP::ball::AttributeContainerListIterator::operator++

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>

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

NameDescription
postfixunused parameter distinguishing the postfix operator