Decrement this iterator to point to the previous element in the corresponding deque (i.e., the element preceding the current one in the same block or, if the current element is the first one in the block, the last element in the previous block).

Synopsis

Declared in <bslalg_dequeiterator.h>

void
operator‐‐();

Created with MrDocs