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< const char16_t * > Struct Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QConcatenable< const char16_t * >:
+ Collaboration diagram for QConcatenable< const char16_t * >:

Public Types

enum  { ExactSize = true }
 
using type = const char16_t *
 
using ConvertTo = QString
 

Static Public Member Functions

static qsizetype size (const char16_t *a)
 
static QT_ASCII_CAST_WARN void appendTo (const char16_t *a, QChar *&out)
 

Detailed Description

Definition at line 342 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

using QConcatenable< const char16_t * >::ConvertTo = QString

Definition at line 345 of file qstringbuilder.h.

◆ type

using QConcatenable< const char16_t * >::type = const char16_t *

Definition at line 344 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 346 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 348 of file qstringbuilder.h.

References out.

◆ size()

static qsizetype QConcatenable< const char16_t * >::size ( const char16_t * a)
inlinestatic

Definition at line 347 of file qstringbuilder.h.

References QStringView::size().

+ Here is the call graph for this function:

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