Post‐decrements the value by one.

Synopsis

Declared in <arith_uint256.h>

base_uint<256>
operator‐‐(int postfix);

Return Value

A copy of the value before decrementing.

Parameters

Name

Description

postfix

Unused tag that selects the postfix form.

Created with MrDocs