#include <span.h>
#include <cstddef>
#include <cstdint>
#include <string>
Go to the source code of this file.
|
std::string | HexStr (const Span< const uint8_t > s) |
| Convert a span of bytes to a lower-case hexadecimal string. More...
|
|
std::string | HexStr (const Span< const char > s) |
|
std::string | HexStr (const Span< const std::byte > s) |
|
signed char | HexDigit (char c) |
|
◆ HexDigit()
signed char HexDigit |
( |
char |
c | ) |
|
◆ HexStr() [1/3]
std::string HexStr |
( |
const Span< const char > |
s | ) |
|
|
inline |
◆ HexStr() [2/3]
std::string HexStr |
( |
const Span< const std::byte > |
s | ) |
|
|
inline |
◆ HexStr() [3/3]
std::string HexStr |
( |
const Span< const uint8_t > |
s | ) |
|
Convert a span of bytes to a lower-case hexadecimal string.
Definition at line 29 of file hex_base.cpp.