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/qglobal.h>
Go to the source code of this file.
Macros | |
#define | QT_BEGIN_HAS_CHAR8_T_NAMESPACE inline namespace q_has_char8_t { |
#define | QT_BEGIN_NO_CHAR8_T_NAMESPACE namespace q_no_char8_t { |
#define | QT_END_HAS_CHAR8_T_NAMESPACE } |
#define | QT_END_NO_CHAR8_T_NAMESPACE } |
Typedefs | |
using | QLatin1String = QLatin1StringView |
using | QUtf8StringView = QBasicUtf8StringView<false> |
#define QT_BEGIN_HAS_CHAR8_T_NAMESPACE inline namespace q_has_char8_t { |
Definition at line 12 of file qstringfwd.h.
#define QT_BEGIN_NO_CHAR8_T_NAMESPACE namespace q_no_char8_t { |
Definition at line 13 of file qstringfwd.h.
#define QT_END_HAS_CHAR8_T_NAMESPACE } |
Definition at line 18 of file qstringfwd.h.
#define QT_END_NO_CHAR8_T_NAMESPACE } |
Definition at line 19 of file qstringfwd.h.
using QLatin1String = QLatin1StringView |
Definition at line 31 of file qstringfwd.h.
typedef QBasicUtf8StringView< true > QUtf8StringView = QBasicUtf8StringView<false> |
Definition at line 46 of file qstringfwd.h.