Searched refs:i_aByte (Results 1 – 1 of 1) sorted by relevance
65 constexpr auto toHex(const size_t& i_aByte) noexcept in toHex() argument69 return (i_aByte < std::strlen(l_map)) ? l_map[i_aByte] : '\0'; in toHex()