Decrement this iterator to the previous decommissioned index.

Synopsis

Declared in <bdlc_indexclerk.h>

IndexClerkIter&
operator‐‐();

Description

Decrement this iterator to refer to the previous 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