MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / str_to_lower

Function str_to_lower

Source/Parameters.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348std::string str_to_lower(std::string pStr) {
349 std::transform(pStr.begin(), pStr.end(), pStr.begin(), ::tolower);
350 return pStr;
351}
352
353bool sFodderParameters::ProcessINI() {
354

Callers 1

ProcessINIMethod · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected