Post‐increments the value by one.

Synopsis

Declared in <arith_uint256.h>

base_uint
operator++(int postfix);

Return Value

A copy of the value before incrementing.

Parameters

Name

Description

postfix

Unused tag that selects the postfix form.

Created with MrDocs