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

Name

Description

unused

Ignored disambiguator selecting the post‐increment form.

Created with MrDocs