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< QStringBuilder< A, B > > Struct Template Reference

#include <qstringbuilder.h>

+ Collaboration diagram for QConcatenable< QStringBuilder< A, B > >:

Public Types

enum  { ExactSize = QConcatenableEx<A>::ExactSize && QConcatenableEx<B>::ExactSize }
 
typedef QStringBuilder< A, Btype
 
using ConvertTo
 

Static Public Member Functions

static qsizetype size (const type &p)
 
template<typename T >
static void appendTo (const type &p, T *&out)
 

Detailed Description

template<typename A, typename B>
struct QConcatenable< QStringBuilder< A, B > >

Definition at line 385 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

template<typename A , typename B >
using QConcatenable< QStringBuilder< A, B > >::ConvertTo
Initial value:
QConcatenable< q20::remove_cvref_t< T > > QConcatenableEx
typename QtStringBuilder::ConvertToTypeHelper< typename QConcatenableEx< A >::ConvertTo, typename QConcatenableEx< B >::ConvertTo >::ConvertTo ConvertTo

Definition at line 388 of file qstringbuilder.h.

◆ type

template<typename A , typename B >
typedef QStringBuilder<A, B> QConcatenable< QStringBuilder< A, B > >::type

Definition at line 387 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename A , typename B >
anonymous enum
Enumerator
ExactSize 

Definition at line 392 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

template<typename A , typename B >
template<typename T >
static void QConcatenable< QStringBuilder< A, B > >::appendTo ( const type & p,
T *& out )
inlinestatic

Definition at line 397 of file qstringbuilder.h.

References out.

◆ size()

template<typename A , typename B >
static qsizetype QConcatenable< QStringBuilder< A, B > >::size ( const type & p)
inlinestatic

Definition at line 393 of file qstringbuilder.h.

Referenced by QStringBuilder< A, B >::size().

+ Here is the caller graph for this function:

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