base_uint::operator=

Copy-assigns a big integer from another of the same width.

Synopsis

Declared in <arith_uint256.h>

base_uint&
operator=(base_uint const& b) = default;

Return Value

A reference to this object.

Parameters

NameDescription
bThe value to copy.