MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / toLower

Function toLower

tests/catch.hpp:11130–11134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11128 std::transform( s.begin(), s.end(), s.begin(), toLowerCh );
11129 }
11130 std::string toLower( std::string const& s ) {
11131 std::string lc = s;
11132 toLowerInPlace( lc );
11133 return lc;
11134 }
11135 std::string trim( std::string const& str ) {
11136 static char const* whitespaceChars = "\n\r\t ";
11137 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