| 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) |
nothing calls this directly
no test coverage detected