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
qstringliteral.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/qarraydata.h>
#include <QtCore/qarraydatapointer.h>
+ Include dependency graph for qstringliteral.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QtPrivate
 

Macros

#define QT_UNICODE_LITERAL(str)
 
#define QStringLiteral(str)
 

Typedefs

using QStringPrivate = QArrayDataPointer<char16_t>
 

Functions

template<qsizetype N>
static Q_ALWAYS_INLINE QStringPrivate QtPrivate::qMakeStringPrivate (const char16_t(&literal)[N])
 

Macro Definition Documentation

◆ QStringLiteral

#define QStringLiteral ( str)
Value:
QString str
[2]
static Q_ALWAYS_INLINE QStringPrivate qMakeStringPrivate(const char16_t(&literal)[N])
#define QT_UNICODE_LITERAL(str)

Definition at line 36 of file qstringliteral.h.

◆ QT_UNICODE_LITERAL

#define QT_UNICODE_LITERAL ( str)
Value:
u"" str

Definition at line 22 of file qstringliteral.h.

Typedef Documentation

◆ QStringPrivate

using QStringPrivate = QArrayDataPointer<char16_t>

Definition at line 24 of file qstringliteral.h.