btck::Iterator::operator++

Advances to the next element (post-increment).

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto
operator++(int unused);

Return Value

A copy of the iterator before advancing.

Parameters

NameDescription
unusedIgnored disambiguator selecting the post-increment form.