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

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QStringView >::ConvertTo

Definition at line 267 of file qstringbuilder.h.

◆ type

Definition at line 266 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 268 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 270 of file qstringbuilder.h.

◆ size()

Definition at line 269 of file qstringbuilder.h.


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