Qt 6.x
The Qt SDK
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 317 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

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

Definition at line 320 of file qstringbuilder.h.

◆ type

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

Definition at line 319 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

template<qsizetype N>
anonymous enum
Enumerator
ExactSize 

Definition at line 321 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 323 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 322 of file qstringbuilder.h.


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