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

Function IsSpace

rtpose_wrapper/src/gtest/gtest.h:2585–2587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2583 return islower(static_cast<unsigned char>(ch)) != 0;
2584}
2585inline bool IsSpace(char ch) {
2586 return isspace(static_cast<unsigned char>(ch)) != 0;
2587}
2588inline bool IsUpper(char ch) {
2589 return isupper(static_cast<unsigned char>(ch)) != 0;
2590}

Callers 3

SkipCommaFunction · 0.85
HRESULTFailureHelperFunction · 0.85
SkipSpacesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected