MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / lower

Function lower

include/CoolProp/detail/strings.h:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96inline std::string lower(std::string str) {
97 std::transform(str.begin(), str.end(), str.begin(), ::tolower);
98 return str;
99}
100
101std::string strjoin(const std::vector<std::string>& strings, const std::string& delim);
102

Callers 1

HandleProps1SIErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected