MySQL 8.3.0
Source Code Documentation
Base64Alphabet::Base64Url Class Reference

#include <base64.h>

Static Public Attributes

static constexpr alphabet_type HTTP_COMMON_EXPORT alphabet
 
static constexpr inverse_alphabet_type HTTP_COMMON_EXPORT inverse_alphabet
 

Member Data Documentation

◆ alphabet

constexpr alphabet_type HTTP_COMMON_EXPORT Base64Alphabet::Base64Url::alphabet
staticconstexpr
Initial value:
{
{'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H',
'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X',
'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f',
'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
'w', 'x', 'y', 'z', '0', '1', '2', '3',
'4', '5', '6', '7', '8', '9', '-', '_'}}

◆ inverse_alphabet

constexpr inverse_alphabet_type HTTP_COMMON_EXPORT Base64Alphabet::Base64Url::inverse_alphabet
staticconstexpr
Initial value:
=
static constexpr alphabet_type HTTP_COMMON_EXPORT alphabet
Definition: base64.h:421
constexpr inverse_alphabet_type inverse(const alphabet_type &v)
inverse
Definition: base64.h:398

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