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

Method operator==

lib/programmemory.h:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 nonneg int getExpressionId() const;
49
50 bool operator==(const ExprIdToken& rhs) const {
51 return getExpressionId() == rhs.getExpressionId();
52 }
53
54 bool operator<(const ExprIdToken& rhs) const {
55 return getExpressionId() < rhs.getExpressionId();

Callers

nothing calls this directly

Calls 1

getExpressionIdMethod · 0.80

Tested by

no test coverage detected