Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QConcatenable< QStringView > Struct Reference

#include <qstringbuilder.h>

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

Public Types

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

Static Public Member Functions

static qsizetype size (QStringView a)
 
static void appendTo (QStringView a, QChar *&out)
 

Detailed Description

Definition at line 254 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QStringView >::ConvertTo

Definition at line 257 of file qstringbuilder.h.

◆ type

Definition at line 256 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 258 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

static void QConcatenable< QStringView >::appendTo ( QStringView  a,
QChar *&  out 
)
inlinestatic

Definition at line 260 of file qstringbuilder.h.

References out.

◆ size()

static qsizetype QConcatenable< QStringView >::size ( QStringView  a)
inlinestatic

Definition at line 259 of file qstringbuilder.h.


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