MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / operator()

Method operator()

lib/importproject.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46namespace cppcheck {
47 struct stricmp {
48 bool operator()(const std::string &lhs, const std::string &rhs) const {
49 return caseInsensitiveStringCompare(lhs,rhs) < 0;
50 }
51 };
52
53 namespace testing

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected