MySQL 8.4.0
Source Code Documentation
dig_vec.h File Reference
#include <array>

Go to the source code of this file.

Variables

constexpr std::array< const char, 37 > dig_vec_upper
 
constexpr std::array< const char, 37 > dig_vec_lower
 

Variable Documentation

◆ dig_vec_lower

constexpr std::array<const char, 37> dig_vec_lower
constexpr
Initial value:
{
"0123456789abcdefghijklmnopqrstuvwxyz"}

◆ dig_vec_upper

constexpr std::array<const char, 37> dig_vec_upper
constexpr
Initial value:
{
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"}