Increment this iterator to the next element in the deque.

Synopsis

Declared in <bslalg_dequeiterator.h>

void
operator++();

Description

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).

Created with MrDocs