util::operator""_hex_v_u8

Compile-time hex literal returning a std::vector<uint8_t>.

Synopsis

Declared in <util/strencodings.h>

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

Return Value

The decoded bytes as a std::vector<uint8_t>.