Return the distance between this iterator and the specified rhs iterator.

Synopsis

Declared in <bslalg_dequeiterator.h>

std::ptrdiff_t
operator‐(DequeIterator const& rhs) const;

Return Value

signed distance from rhs to this iterator

Parameters

Name

Description

rhs

iterator from which to measure the distance

Created with MrDocs