Base module
hex
Hexadecimal encoding and decoding helpers.
hex
Hexadecimal encoding and decoding helpers.
Classes
Functions
| Return | Name | Description |
|---|---|---|
std::string | encode inline | Converts the STL container to Hex. |
encode
inline
template<typename T> inline std::string encode(const T & bytes)Converts the STL container to Hex.
