uint256::uint256

Constructs a uint256 from a single byte constant between 1 and 255.

Synopsis

Declared in <uint256.h>

constexpr
explicit
uint256(uint8_t v);

Parameters

NameDescription
vThe byte value placed in the first position of the blob.