Searched defs:StructWithToString (Results 1 – 1 of 1) sorted by relevance
454 struct StructWithToString { struct455 bool operator==(const StructWithToString& o) const { return &o == this; } in operator ==()456 std::string ToString() const { return "ToString"; } in ToString()