C++ edjLibrary SDK
|
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | edjx |
namespace | edjx::utils |
Various helper functions. | |
Functions | |
std::vector< uint8_t > | edjx::utils::to_bytes (const std::string &str) |
Convert a string to a vector of bytes. More... | |
std::string | edjx::utils::to_string (const std::vector< uint8_t > &vec) |
Convert a vector of bytes to a string. More... | |