btck::Iterator::operator-

Returns an iterator rewound by n positions.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto
operator-(difference_type n) const;

Return Value

A new iterator at the offset position.

Parameters

NameDescription
nThe offset to subtract.