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

#include <qstringbuilder.h>

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

Public Types

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

Static Public Member Functions

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

Detailed Description

Definition at line 206 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QChar >::ConvertTo

Definition at line 209 of file qstringbuilder.h.

◆ type

Definition at line 208 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 210 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 212 of file qstringbuilder.h.

References out.

◆ size()

static qsizetype QConcatenable< QChar >::size ( const QChar )
inlinestatic

Definition at line 211 of file qstringbuilder.h.


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