base_uint::operator--

Post-decrements the value by one.

Synopsis

Declared in <arith_uint256.h>

base_uint
operator--(int postfix);

Return Value

A copy of the value before decrementing.

Parameters

NameDescription
postfixUnused tag that selects the postfix form.