MySQL 9.6.0
Source Code Documentation
mysql::strconv::detail::Hex_to_int< hex_parse_case_tp > Class Template Reference

Return a conversion table with 256 elements, where elements for hex chars is the corresponding integer between 0 and 15, and other elements are -1. More...

#include <hex_format.h>

Static Public Member Functions

static auto & table ()
 Return the table. More...
 

Static Private Member Functions

static auto & build_table ()
 Fill and return the conversion table. More...
 

Detailed Description

template<Hex_parse_case hex_parse_case_tp>
class mysql::strconv::detail::Hex_to_int< hex_parse_case_tp >

Return a conversion table with 256 elements, where elements for hex chars is the corresponding integer between 0 and 15, and other elements are -1.

Member Function Documentation

◆ build_table()

template<Hex_parse_case hex_parse_case_tp>
static auto & mysql::strconv::detail::Hex_to_int< hex_parse_case_tp >::build_table ( )
inlinestaticprivate

Fill and return the conversion table.

The conversion table.

◆ table()

template<Hex_parse_case hex_parse_case_tp>
static auto & mysql::strconv::detail::Hex_to_int< hex_parse_case_tp >::table ( )
inlinestatic

Return the table.


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