![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
QDebug | operator<< (QDebug d, QAnyStringView s) |
operator<< | ( | QDebug | d, |
QAnyStringView | s | ||
) |
Outputs s to debug stream d.
If {d.quotedString()} is
true
, indicates which encoding the string is in. If you just want the string data, use visit() like this:
Definition at line 623 of file qanystringview.cpp.