Workspace 6.21.5
Functions
streamqstring.h File Reference
#include <ostream>
#include <string>
#include <QString>
Include dependency graph for streamqstring.h:
This graph shows which files directly or indirectly include this file:

Functions

std::ostream & operator<< (std::ostream &os, const QString &t)
 

Function Documentation

◆ operator<<()

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.