![]() |
MySQL 9.6.0
Source Code Documentation
|
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... | |
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.
|
inlinestaticprivate |
Fill and return the conversion table.
The conversion table.
|
inlinestatic |
Return the table.