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

Function ToUpper

tests/gtest/gtest.h:2246–2248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
2249
2250inline std::string StripTrailingSpaces(std::string str) {
2251 std::string::iterator it = str.end();

Callers 1

FlagToEnvVarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected