|
Electroneum
|
#include <hex.h>
Static Public Member Functions | |
| static std::string | string (const span< const std::uint8_t > src) |
| static epee::wipeable_string | wipeable_string (const span< const std::uint8_t > src) |
| template<typename T> | |
| static epee::wipeable_string | wipeable_string (const T &pod) |
| template<std::size_t N> | |
| static std::array< char, N *2 > | array (const std::array< std::uint8_t, N > &src) noexcept |
| static void | buffer (std::ostream &out, const span< const std::uint8_t > src) |
| Append src as hex to out. | |
| static void | formatted (std::ostream &out, const span< const std::uint8_t > src) |
| Append < + src + > as hex to out. | |
|
inlinestaticnoexcept |
|
static |
|
static |
Append < + src + > as hex to out.
Definition at line 76 of file hex.cpp.


|
static |
|
static |
Definition at line 69 of file hex.cpp.

|
inlinestatic |
Definition at line 49 of file hex.h.

