MCPcopy Create free account
hub / github.com/VCVRack/Rack / operator()

Method operator()

src/string.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298
299bool CaseInsensitiveCompare::operator()(const std::string& a, const std::string& b) const {
300 return strcasecmp(a.c_str(), b.c_str()) < 0;
301}
302
303
304std::vector<std::string> split(const std::string& s, const std::string& separator, size_t maxTokens) {

Callers

nothing calls this directly

Calls 1

strcasecmpFunction · 0.85

Tested by

no test coverage detected