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

Method operator<

lib/programmemory.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 bool operator<(const ExprIdToken& rhs) const {
55 return getExpressionId() < rhs.getExpressionId();
56 }
57
58 template<class T, class U>
59 friend bool operator!=(const T& lhs, const U& rhs)

Callers

nothing calls this directly

Calls 1

getExpressionIdMethod · 0.80

Tested by

no test coverage detected