35 std::string
encode(
const std::string& s)
const noexcept;
38 std::string
decode(
const std::string& s)
const noexcept;
42 class base_64_helper_impl;
43 std::unique_ptr<base_64_helper_impl> impl;
Base64 encoding and decoding helper class.
Definition base64_helper.h:13
std::string encode(const std::string &s) const noexcept
Transform an input string into base64 characters.
std::string decode(const std::string &s) const noexcept
Transform an input string from from base64 characters.
Namespace for the maze builder.
Definition algo_interface.h:9