![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstringbuilder.h>
Public Types | |
enum | { ExactSize = true } |
using | type = const char16_t[N] |
using | ConvertTo = QString |
Static Public Member Functions | |
static qsizetype | size (const char16_t[N]) |
static void | appendTo (const char16_t a[N], QChar *&out) |
Definition at line 324 of file qstringbuilder.h.
using QConcatenable< const char16_t[N]>::ConvertTo = QString |
Definition at line 327 of file qstringbuilder.h.
using QConcatenable< const char16_t[N]>::type = const char16_t[N] |
Definition at line 326 of file qstringbuilder.h.
anonymous enum |
Enumerator | |
---|---|
ExactSize |
Definition at line 328 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 330 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 329 of file qstringbuilder.h.