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