| 599 | } |
| 600 | |
| 601 | inline friend bool operator<=(const id &aId1, const id &aId2) |
| 602 | { |
| 603 | return (aId1.mId <= aId2.mId); |
| 604 | } |
| 605 | |
| 606 | inline friend bool operator<(const id &aId1, const id &aId2) |
| 607 | { |
nothing calls this directly
no outgoing calls
no test coverage detected