c++ - Why doesn't QString overload + operator? -
i've stumbled upon strange behavior when using operator+
on qstring
s until found out qstring
doesn't overload operator+
(in contrary std::string
). reasons there not (especially since overloaded quite bunch of other operators)?
edit: sorry, have looked wrong section in docs. can please close question?
it provides + operator, question have @ right hand side?
Comments
Post a Comment