Return an iterator pointing the element at the specified offset before this iterator.

Synopsis

Declared in <bslalg_dequeiterator.h>

DequeIterator<VALUE_TYPE, BLOCK_LENGTH>
operator‐(std::ptrdiff_t offset) const;

Created with MrDocs