MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / IsXDigit

Function IsXDigit

rtpose_wrapper/src/gtest/gtest.h:2591–2593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2589 return isupper(static_cast<unsigned char>(ch)) != 0;
2590}
2591inline bool IsXDigit(char ch) {
2592 return isxdigit(static_cast<unsigned char>(ch)) != 0;
2593}
2594
2595inline char ToLower(char ch) {
2596 return static_cast<char>(tolower(static_cast<unsigned char>(ch)));

Callers 2

PrintCharsAsStringToFunction · 0.85
PrintWideCharsAsStringToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected