Searched defs:StructWithOstream (Results 1 – 1 of 1) sorted by relevance
442 struct StructWithOstream { struct443 bool operator==(const StructWithOstream& o) const { return &o == this; } in operator ==()446 std::ostream& operator<<(std::ostream& out, const StructWithOstream&) { in operator <<()