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
QConcatenable< char16_t[N]> Struct Template Reference

#include <qstringbuilder.h>

Inheritance diagram for QConcatenable< char16_t[N]>:
Collaboration diagram for QConcatenable< char16_t[N]>:

Public Types

using type = char16_t[N]
Public Types inherited from QConcatenable< const char16_t[N]>
enum  { ExactSize = true }
using type = const char16_t[N]
using ConvertTo = QString

Additional Inherited Members

Static Public Member Functions inherited from QConcatenable< const char16_t[N]>
static qsizetype size (const char16_t[N])
static void appendTo (const char16_t a[N], QChar *&out)

Detailed Description

template<qsizetype N>
struct QConcatenable< char16_t[N]>

Definition at line 340 of file qstringbuilder.h.

Member Typedef Documentation

◆ type

template<qsizetype N>
using QConcatenable< char16_t[N]>::type = char16_t[N]

Definition at line 342 of file qstringbuilder.h.


The documentation for this struct was generated from the following file: