Computes the distance between two iterators.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto
operator‐(Iterator const& other) const;

Return Value

The signed number of elements between the two positions.

Parameters

Name

Description

other

The iterator to subtract.

Created with MrDocs