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

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.

AttributeContainerListIterator
operator++();
» more...

Advance this iterator to the next attribute container in the list and return the value of the iterator prior to this method call.

AttributeContainerListIterator
operator++(int postfix);
» more...

Return Value

  • value of this iterator after advancing
  • value of this iterator prior to advancing

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator