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 the iterator prior to this method call. The behavior is undefined unless the iterator is at a valid position in the list.

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

Advance this iterator to the next attribute container in the list and return the value of this iterator. The behavior is undefined unless the iterator is at a valid position in the list.

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