Convert hex in UTF8 encoding to binary.
More...
#include <hex.h>
|
| static bool | to_string (std::string &out, boost::string_ref src) |
| static bool | to_buffer (span< std::uint8_t > out, boost::string_ref src) noexcept |
Convert hex in UTF8 encoding to binary.
◆ to_buffer()
| bool epee::from_hex::to_buffer |
( |
span< std::uint8_t > | out, |
|
|
boost::string_ref | src ) |
|
staticnoexcept |
◆ to_buffer_unchecked()
| bool epee::from_hex::to_buffer_unchecked |
( |
std::uint8_t * | out, |
|
|
boost::string_ref | src ) |
|
staticprivatenoexcept |
◆ to_string()
| bool epee::from_hex::to_string |
( |
std::string & | out, |
|
|
boost::string_ref | src ) |
|
static |
The documentation for this struct was generated from the following files: