Adaptor for EncodeFunc and DecodeFunc for the RFC implementation.
More...
#include <adaptor.hpp>
|
| static void | encode (std::string_view src, char *out) |
| |
| static char * | decode (std::string_view src, char *out) |
| |
| static void | encode (std::string_view src, char *out) |
| |
| static char * | decode (std::string_view src, char *out) |
| |
Adaptor for EncodeFunc and DecodeFunc for the RFC implementation.
◆ decode() [1/2]
| char * Base64RFC::decode |
( |
std::string_view | src, |
|
|
char * | out ) |
|
inlinestatic |
◆ decode() [2/2]
| static char * Base64RFC::decode |
( |
std::string_view | src, |
|
|
char * | out ) |
|
static |
◆ encode() [1/2]
| void Base64RFC::encode |
( |
std::string_view | src, |
|
|
char * | out ) |
|
inlinestatic |
◆ encode() [2/2]
| static void Base64RFC::encode |
( |
std::string_view | src, |
|
|
char * | out ) |
|
static |
The documentation for this struct was generated from the following files: