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