| 604 | } |
| 605 | |
| 606 | inline friend bool operator<(const id &aId1, const id &aId2) |
| 607 | { |
| 608 | return (aId1.mId < aId2.mId); |
| 609 | } |
| 610 | |
| 611 | inline friend bool operator>=(const id &aId1, const id &aId2) |
| 612 | { |
nothing calls this directly
no outgoing calls
no test coverage detected