btck::Iterator::operator<=>

Orders two iterators by index.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto
operator<=>(Iterator const& other) const;

Return Value

The three-way comparison of the two indices.

Parameters

NameDescription
otherThe iterator to compare against.