Increment this iterator to the next element in the deque.
Declared in <bslalg_dequeiterator.h>
void
operator++();
Increment this iterator to point to the next element in the corresponding deque (i.e., the element following the current one in the same block or, if the current element is the last one in the block, the first element in the next block).