Return the distance between this iterator and RHS.

Synopsis

Declared in <llvm/ADT/iterator.h>

template<bool Enabled = BaseT::IsRandomAccess>
requires Enabled
difference_type
operator‐(call_iterator const& RHS) const;

Return Value

The distance from RHS to this iterator.

Parameters

Name

Description

RHS

Iterator to subtract from this one.

Created with MrDocs