BloombergLP::bslalg::DequeIterator<VALUE_TYPE, 1>::operator-

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

NameDescription
rhsiterator from which to measure the distance