MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / IsLowerHexDigit

Function IsLowerHexDigit

Common/util/numbers.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 constexpr bool IsLowerHexDigit(wchar_t character)
24 {
25 return character >= L'a' && character <= L'f';
26 }
27 }
28
29 // Apparently no wide string to number parser accepted an explicit ending to the string

Callers 2

TESTFunction · 0.85
ParseHexNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected