Maze Builder Docs 7.5.6
Loading...
Searching...
No Matches
mazes::base64_helper Class Reference

Base64 encoding and decoding helper class. More...

#include <base64_helper.h>

Static Public Member Functions

static std::string encode (std::string_view sv) noexcept
 Transform an input string into base64 characters.
 
static std::string decode (std::string_view sv) noexcept
 Transform an input string from from base64 characters.
 

Detailed Description

Base64 encoding and decoding helper class.

This class provides methods to encode and decode strings using the Base64 encoding scheme

Member Function Documentation

◆ encode()

static std::string mazes::base64_helper::encode ( std::string_view sv)
staticnoexcept

Transform an input string into base64 characters.

Parameters
sv
Returns

The documentation for this class was generated from the following file: