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< char[N]> Struct Template Reference

#include <qstringbuilder.h>

Inheritance diagram for QConcatenable< char[N]>:
Collaboration diagram for QConcatenable< char[N]>:

Public Types

typedef char type[N]
Public Types inherited from QConcatenable< const char[N]>
enum  { ExactSize = false }
typedef const char type[N]
typedef QByteArray ConvertTo

Additional Inherited Members

Static Public Member Functions inherited from QConcatenable< const char[N]>
static qsizetype size (const char[N])
static QT_ASCII_CAST_WARN void appendTo (const char a[N], QChar *&out)
static void appendTo (const char a[N], char *&out)

Detailed Description

template<qsizetype N>
struct QConcatenable< char[N]>

Definition at line 298 of file qstringbuilder.h.

Member Typedef Documentation

◆ type

template<qsizetype N>
typedef char QConcatenable< char[N]>::type[N]

Definition at line 300 of file qstringbuilder.h.


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