libdonut  2.3.2
Application framework for cross-platform game development in C++20
Namespaces | Functions
base64.hpp File Reference
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

 donut
 
 donut::base64
 

Functions

std::string donut::base64::encode (std::string_view data)
 Encode arbitrary data into a Base64 string. More...
 
std::string donut::base64::decode (std::string_view string)
 Decode the original data from a Base64 string. More...