MCPcopy Create free account
hub / github.com/RenderKit/embree / toLower

Function toLower

tutorials/external/catch.hpp:11398–11402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11396 std::transform( s.begin(), s.end(), s.begin(), toLowerCh );
11397 }
11398 std::string toLower( std::string const& s ) {
11399 std::string lc = s;
11400 toLowerInPlace( lc );
11401 return lc;
11402 }
11403 std::string trim( std::string const& str ) {
11404 static char const* whitespaceChars = "\n\r\t ";
11405 std::string::size_type start = str.find_first_not_of( whitespaceChars );

Callers 8

makeCommandLineParserFunction · 0.85
listTagsFunction · 0.85
adjustStringMethod · 0.85
setTagsFunction · 0.85
NamePatternMethod · 0.85
matchesMethod · 0.85
TagPatternMethod · 0.85
adjustCaseMethod · 0.85

Calls 1

toLowerInPlaceFunction · 0.85

Tested by

no test coverage detected