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

Function toLowerInPlace

tests/catch.hpp:11127–11129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11125 return s.find( infix ) != std::string::npos;
11126 }
11127 void toLowerInPlace( std::string& s ) {
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 );

Callers 1

toLowerFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected