Byte32

class Byte32

raw bytes of 32 bits size

Public Functions

inline explicit Byte32(uint32_t v)

Constructs a Byte32 object and initializes its value.

Parameters:

v – The byte value to be set.

Throws:

std::out_of_range – If v is not compatible with the limitations of this floating point class

inline uint32_t get() const

getter for value

Returns:

the underlying byte type

inline void set(uint32_t v)

setter for value

Parameters:

v – The byte value to be set.