Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ operator()
Method
operator()
lib/templatesimplifier.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
public:
69
explicit FindToken(const Token *token) : mToken(token) {}
70
bool operator()(const TemplateSimplifier::TokenAndName &tokenAndName) const {
71
return tokenAndName.token() == mToken;
72
}
73
private:
74
const Token * const mToken;
75
};
Callers
nothing calls this directly
Calls
1
token
Method · 0.80
Tested by
no test coverage detected