|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <bwf_ex.h>

Public Member Functions | |
| UnHex (MemSpan< void const > const &span) | |
Public Attributes | |
| MemSpan< void const > | _span |
| Source span. | |
Convert from ASCII hexadecimal to raw bytes.
E.g. if the source span contains "4576696c20446176652052756c7a" then "Evil Dave Rulz" is the output. For format specifier support, on lhe max width is used. Any MemSpan compatible class can be used as the target, including std::string and std::string_view.
|
inline |