Return an iterator pointing the element at the specified offset after this iterator.
Synopsis
Declared in <bslalg_dequeiterator.h>
DequeIterator<VALUE_TYPE, BLOCK_LENGTH>
operator+(std::ptrdiff_t offset) const;
Created with MrDocs