Decrement this iterator to the previous element in the deque.
Declared in <bslalg_dequeiterator.h>
void
operator--();
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).