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;
Parameters
Name |
Description |
RHS |
The right operand |
Created with MrDocs