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

Function toLowerCh

tests/catch.hpp:11107–11109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11105
11106 namespace {
11107 char toLowerCh(char c) {
11108 return static_cast<char>( std::tolower( c ) );
11109 }
11110 }
11111
11112 bool startsWith( std::string const& s, std::string const& prefix ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected