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

Function IsDigit

rtpose_wrapper/src/gtest/gtest.h:2579–2581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2577 return isalnum(static_cast<unsigned char>(ch)) != 0;
2578}
2579inline bool IsDigit(char ch) {
2580 return isdigit(static_cast<unsigned char>(ch)) != 0;
2581}
2582inline bool IsLower(char ch) {
2583 return islower(static_cast<unsigned char>(ch)) != 0;
2584}

Callers 1

ParseNaturalNumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected