#include <hex.h>
◆ array() [1/2]
template<std::size_t N>
| std::array< char, N *2 > epee::to_hex::array |
( |
const std::array< std::uint8_t, N > & | src | ) |
|
|
inlinestaticnoexcept |
- Returns
- An array containing hex of src.
◆ array() [2/2]
| std::array< char, sizeof(T) *2 > epee::to_hex::array |
( |
const T & | src | ) |
|
|
inlinestaticnoexcept |
- Returns
- An array containing hex of src.
◆ buffer()
| void epee::to_hex::buffer |
( |
std::ostream & | out, |
|
|
const span< const std::uint8_t > | src ) |
|
static |
Append src as hex to out.
◆ buffer_unchecked()
| void epee::to_hex::buffer_unchecked |
( |
char * | out, |
|
|
const span< const std::uint8_t > | src ) |
|
staticprivatenoexcept |
Write src bytes as hex to out. out must be twice the length.
◆ convert()
◆ formatted()
| void epee::to_hex::formatted |
( |
std::ostream & | out, |
|
|
const span< const std::uint8_t > | src ) |
|
static |
Append < + src + > as hex to out.
◆ string()
| std::string epee::to_hex::string |
( |
const span< const std::uint8_t > | src | ) |
|
|
static |
- Returns
- A std::string containing hex of src.
◆ wipeable_string() [1/2]
◆ wipeable_string() [2/2]
The documentation for this struct was generated from the following files: