btck::Iterator::operator-=

Rewinds the iterator by n positions.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto&
operator-=(difference_type n);

Return Value

A reference to this iterator.

Parameters

NameDescription
nThe number of positions to rewind.