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