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

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QChar >::ConvertTo

Definition at line 202 of file qstringbuilder.h.

◆ type

Definition at line 201 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 203 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 205 of file qstringbuilder.h.

References out.

◆ size()

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

Definition at line 204 of file qstringbuilder.h.


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