Template Function TRAP::Utils::Memory::GetByteFromInteger#

Function Documentation#

template<u8 Byte>
constexpr u8 TRAP::Utils::Memory::GetByteFromInteger(const std::integral auto value)#

Retrieve a specific byte from the given integral.

Template Parameters:

Byte – Byte to retrieve.

Returns:

Requested byte from the given integral.