MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ToLower

Function ToLower

tests/gtest/gtest.h:2243–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241}
2242
2243inline char ToLower(char ch) {
2244 return static_cast<char>(tolower(static_cast<unsigned char>(ch)));
2245}
2246inline char ToUpper(char ch) {
2247 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));
2248}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected