21 static std::string
encode(std::string_view sv)
noexcept;
24 static std::string
decode(std::string_view sv)
noexcept;
Base64 encoding and decoding helper class.
Definition base64_helper.h:16
static std::string decode(std::string_view sv) noexcept
Transform an input string from from base64 characters.
static std::string encode(std::string_view sv) noexcept
Transform an input string into base64 characters.
Namespace for the maze builder.
Definition algo_interface.h:6