btck::Iterator::operator--

Moves to the previous element (post-decrement).

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto
operator--(int unused);

Return Value

A copy of the iterator before moving.

Parameters

NameDescription
unusedIgnored disambiguator selecting the post-decrement form.