Adds a 64‐bit value to this big integer in place.

Synopsis

Declared in <arith_uint256.h>

base_uint<256>&
operator+=(uint64_t b64);

Return Value

A reference to this object.

Parameters

Name

Description

b64

The value to add.

Created with MrDocs