Decrement operators

Synopses

Declared in <kernel/bitcoinkernel_wrapper.h>

Moves to the previous element.

auto&
operator‐‐();

Moves to the previous element (post‐decrement).

auto
operator‐‐(int unused);

Return Value

  • A reference to this iterator.

  • A copy of the iterator before moving.

Parameters

Name

Description

unused

Ignored disambiguator selecting the post‐decrement form.

Created with MrDocs