Compile‐time hex literal returning a std::vector<std::byte>.
Synopsis
Declared in <util/strencodings.h>
template</* implementation-defined */ str>
constexpr
auto
operator""_hex_v();
Return Value
The decoded bytes as a std::vector<std::byte>.
Created with MrDocs