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 > Struct Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QConcatenable< char16_t >:
+ Collaboration diagram for QConcatenable< char16_t >:

Public Types

enum  { ExactSize = true }
 
typedef char16_t type
 
typedef QString ConvertTo
 

Static Public Member Functions

static constexpr qsizetype size (char16_t)
 
static void appendTo (char16_t c, QChar *&out)
 

Detailed Description

Definition at line 184 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< char16_t >::ConvertTo

Definition at line 187 of file qstringbuilder.h.

◆ type

typedef char16_t QConcatenable< char16_t >::type

Definition at line 186 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 188 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

static void QConcatenable< char16_t >::appendTo ( char16_t c,
QChar *& out )
inlinestatic

Definition at line 190 of file qstringbuilder.h.

References out.

◆ size()

static constexpr qsizetype QConcatenable< char16_t >::size ( char16_t )
inlinestaticconstexpr

Definition at line 189 of file qstringbuilder.h.


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