Searched defs:NotOstreamable (Results 1 – 2 of 2) sorted by relevance
1000 struct NotOstreamable { struct1001 bool operator<(const NotOstreamable&) const { return false; } in operator <()1002 bool operator>(const NotOstreamable&) const { return false; } in operator >()1003 bool operator!=(const NotOstreamable&) const { return false; } in operator !=()1004 bool operator>=(const NotOstreamable&) const { return true; } in operator >=()1005 bool operator<=(const NotOstreamable&) const { return true; } in operator <=()1006 bool operator==(const NotOstreamable&) const { return true; } in operator ==()
450 struct NotOstreamable { struct451 bool operator<(const NotOstreamable&) const { return false; } in operator <()452 bool operator>=(const NotOstreamable&) const { return true; } in operator >=()453 bool operator==(const NotOstreamable&) const { return true; } in operator ==()