c++ - Why doesn't QString overload + operator? -


i've stumbled upon strange behavior when using operator+ on qstrings 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

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -