![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qarraydata.h>
#include <QtCore/qarraydatapointer.h>
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]) |
#define QStringLiteral | ( | str | ) |
Definition at line 36 of file qstringliteral.h.
#define QT_UNICODE_LITERAL | ( | str | ) |
Definition at line 22 of file qstringliteral.h.
using QStringPrivate = QArrayDataPointer<char16_t> |
Definition at line 24 of file qstringliteral.h.