btck::Iterator::operator-

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

NameDescription
otherThe iterator to subtract.