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

Synopsis

Declared in <uint256.h>

constexpr
explicit
uint256(uint8_t v);

Parameters

Name

Description

v

The byte value placed in the first position of the blob.

Created with MrDocs