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
QtPrivate::SequentialContainerTransformationHelper< T, bool > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::SequentialContainerTransformationHelper< T, bool >:

Static Public Member Functions

static bool registerConverter ()
 
static bool registerMutableView ()
 

Detailed Description

template<typename T, bool = QtPrivate::IsSequentialContainer<T>::Value>
struct QtPrivate::SequentialContainerTransformationHelper< T, bool >

Definition at line 1078 of file qmetatype.h.

Member Function Documentation

◆ registerConverter()

template<typename T , bool = QtPrivate::IsSequentialContainer<T>::Value>
static bool QtPrivate::SequentialContainerTransformationHelper< T, bool >::registerConverter ( )
inlinestatic

Definition at line 1080 of file qmetatype.h.

Referenced by qRegisterNormalizedMetaTypeImplementation().

+ Here is the caller graph for this function:

◆ registerMutableView()

template<typename T , bool = QtPrivate::IsSequentialContainer<T>::Value>
static bool QtPrivate::SequentialContainerTransformationHelper< T, bool >::registerMutableView ( )
inlinestatic

Definition at line 1085 of file qmetatype.h.

Referenced by qRegisterNormalizedMetaTypeImplementation().

+ Here is the caller graph for this function:

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