base_uint<256>::operator++

Post-increments the value by one.

Synopsis

Declared in <arith_uint256.h>

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

Return Value

A copy of the value before incrementing.

Parameters

NameDescription
postfixUnused tag that selects the postfix form.