Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 209 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QChar >::ConvertTo

Definition at line 212 of file qstringbuilder.h.

◆ type

Definition at line 211 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 213 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 215 of file qstringbuilder.h.

◆ size()

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

Definition at line 214 of file qstringbuilder.h.


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