util::operator""_hex_u8

Compile-time hex literal returning a std::array<uint8_t, N/2>.

Synopsis

Declared in <util/strencodings.h>

template</* implementation-defined */ str>
constexpr
auto
operator""_hex_u8();

Return Value

The decoded bytes as a std::array<uint8_t, N/2>.