Increment this iterator to the next decommissioned index.

Synopsis

Declared in <bdlc_indexclerk.h>

IndexClerkIter&
operator++();

Description

Increment this iterator to refer to the next index in the corresponding sequence of decommissioned indices. Return a reference to this modifiable iterator. The behavior is undefined unless the current index is within the range [ begin() .. end() )].

Return Value

reference to this modifiable iterator

Created with MrDocs