Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qt_catch_conversions.h File Reference

(453fa4ca39c93f31d496d856babda17b919d6cec)

#include "std_catch_conversions.h"
#include <ostream>
#include <QChar>
#include <QString>
+ Include dependency graph for qt_catch_conversions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const QChar &character)
 
std::ostream & operator<< (std::ostream &os, const QString &string)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & os,
const QChar & character )
inline

Definition at line 13 of file qt_catch_conversions.h.

◆ operator<<() [2/2]

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

Definition at line 17 of file qt_catch_conversions.h.