Searched defs:StructWithToStringNotStdString (Results 1 – 1 of 1) sorted by relevance
469 struct StructWithToStringNotStdString { struct470 struct PseudoString {};472 bool operator==(const StructWithToStringNotStdString& o) const { in operator ==()475 PseudoString ToString() const { return PseudoString(); } in ToString()