util::operator""_hex

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

Synopsis

Declared in <util/strencodings.h>

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

Return Value

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