Workspace 6.21.5
|
#include <ostream>
#include <string>
#include <QString>
Functions | |
std::ostream & | operator<< (std::ostream &os, const QString &t) |
|
inline |
Make it easy to print QString values to std::cout or other std streams. Note that this function is marked inline so that it will be compiled into any file that includes it. There is no associated .cpp file for that reason.