MCPcopy Create free account
hub / github.com/Cantera/cantera / toLowerCopy

Function toLowerCopy

src/base/stringUtils.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219string toLowerCopy(const string &input) {
220 return ba::to_lower_copy(input);
221}
222
223bool caseInsensitiveEquals(const string &input, const string &test) {
224 return ba::iequals(input, test);

Callers 14

saveMethod · 0.85
restoreMethod · 0.85
saveMethod · 0.85
restoreMethod · 0.85
newSolutionFunction · 0.85
getElementWeightFunction · 0.85
getElementSymbolFunction · 0.85
getAtomicNumberFunction · 0.85
newThermoFunction · 0.85
findSpeciesLowerMethod · 0.85
addSpeciesMethod · 0.85

Calls

no outgoing calls

Tested by 1