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

#include <qstringbuilder.h>

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

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)
 

Detailed Description

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

Definition at line 324 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

template<qsizetype N>
using QConcatenable< const char16_t[N]>::ConvertTo = QString

Definition at line 327 of file qstringbuilder.h.

◆ type

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

Definition at line 326 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

template<qsizetype N>
anonymous enum
Enumerator
ExactSize 

Definition at line 328 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

template<qsizetype N>
static void QConcatenable< const char16_t[N]>::appendTo ( const char16_t a[N],
QChar *& out )
inlinestatic

Definition at line 330 of file qstringbuilder.h.

References out.

◆ size()

template<qsizetype N>
static qsizetype QConcatenable< const char16_t[N]>::size ( const char16_t [N])
inlinestatic

Definition at line 329 of file qstringbuilder.h.


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