| 609 | } |
| 610 | |
| 611 | inline friend bool operator>=(const id &aId1, const id &aId2) |
| 612 | { |
| 613 | return (aId1.mId >= aId2.mId); |
| 614 | } |
| 615 | |
| 616 | inline friend bool operator>(const id &aId1, const id &aId2) |
| 617 | { |
nothing calls this directly
no outgoing calls
no test coverage detected