| 614 | } |
| 615 | |
| 616 | inline friend bool operator>(const id &aId1, const id &aId2) |
| 617 | { |
| 618 | return (aId1.mId > aId2.mId); |
| 619 | } |
| 620 | |
| 621 | inline friend std::ostream& operator <<(std::ostream &os, const id &obj) |
| 622 | { |
nothing calls this directly
no outgoing calls
no test coverage detected