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< 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 261 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QStringView >::ConvertTo

Definition at line 264 of file qstringbuilder.h.

◆ type

Definition at line 263 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 265 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 267 of file qstringbuilder.h.

References out.

◆ size()

Definition at line 266 of file qstringbuilder.h.


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