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

Method operator()

lib/templatesimplifier.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 public:
89 explicit FindFullName(std::string fullName) : mFullName(std::move(fullName)) {}
90 bool operator()(const TemplateSimplifier::TokenAndName &tokenAndName) const {
91 return tokenAndName.fullName() == mFullName;
92 }
93 private:
94 const std::string mFullName;
95 };

Callers

nothing calls this directly

Calls 1

fullNameMethod · 0.80

Tested by

no test coverage detected