MIRA
Functions
QStringOstream.h File Reference

Adds support for QStrings with std ostreams. More...

#include <ostream>
#include <QString>
Include dependency graph for QStringOstream.h:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const QString &s)
 Adapter for writing QStrings to std ostreams. More...
 

Detailed Description

Adds support for QStrings with std ostreams.

Author
Erik Einhorn
Date
2012/03/22

Function Documentation

◆ operator<<()

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

Adapter for writing QStrings to std ostreams.