Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 337 of file qstringbuilder.h.

Member Typedef Documentation

◆ type

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

Definition at line 339 of file qstringbuilder.h.


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