Return the distance between this iterator and the specified rhs iterator.
Declared in <bslalg_dequeiterator.h>
std::ptrdiff_t
operator-(DequeIterator const& rhs) const;
signed distance from rhs to this iterator
| Name | Description |
|---|---|
| rhs | iterator from which to measure the distance |