Monero
Static Public Member Functions | Static Private Member Functions | List of all members
epee::from_hex Struct Reference

Convert hex in UTF8 encoding to binary. More...

#include <hex.h>

Static Public Member Functions

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
 

Static Private Member Functions

static bool to_buffer_unchecked (std::uint8_t *out, boost::string_ref src) noexcept
 

Detailed Description

Convert hex in UTF8 encoding to binary.

Member Function Documentation

◆ 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: