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

Function toLowerInPlace

tutorials/external/catch.hpp:11395–11397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

toLowerFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected