Definition at line 822 of file Types.cpp.
constexpr Geospatial::anonymous_namespace{Types.cpp}::HexDigitToDecimalTable::HexDigitToDecimalTable |
( |
| ) |
|
|
inline |
constexpr uint8_t Geospatial::anonymous_namespace{Types.cpp}::HexDigitToDecimalTable::operator[] |
( |
const char & |
hex_digit | ) |
const |
|
inline |
Definition at line 847 of file Types.cpp.
848 return (hex_digit < 0) ? 0 :
table_[
static_cast<int>(hex_digit)];
uint8_t Geospatial::anonymous_namespace{Types.cpp}::HexDigitToDecimalTable::table_[128] |
The documentation for this struct was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/Geospatial/Types.cpp