|
libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | donut |
| namespace | donut::base64 |
Functions | |
| std::string | donut::base64::encode (std::string_view data) |
| Encode arbitrary data into a Base64 string. | |
| std::string | donut::base64::decode (std::string_view string) |
| Decode the original data from a Base64 string. | |