QtBase  v6.3.1
Static Public Attributes | List of all members
QTypeInfoMerger< T, Ts > Class Template Reference

#include <qtypeinfo.h>

Static Public Attributes

static constexpr bool isComplex = ((QTypeInfo<Ts>::isComplex) || ...)
 
static constexpr bool isRelocatable = ((QTypeInfo<Ts>::isRelocatable) && ...)
 
static constexpr bool isPointer = false
 
static constexpr bool isIntegral = false
 

Detailed Description

template<class T, class... Ts>
class QTypeInfoMerger< T, Ts >

\inmodule QtCore

Definition at line 110 of file qtypeinfo.h.

Member Data Documentation

◆ isComplex

template<class T , class... Ts>
constexpr bool QTypeInfoMerger< T, Ts >::isComplex = ((QTypeInfo<Ts>::isComplex) || ...)
staticconstexpr

Definition at line 114 of file qtypeinfo.h.

◆ isIntegral

template<class T , class... Ts>
constexpr bool QTypeInfoMerger< T, Ts >::isIntegral = false
staticconstexpr

Definition at line 117 of file qtypeinfo.h.

◆ isPointer

template<class T , class... Ts>
constexpr bool QTypeInfoMerger< T, Ts >::isPointer = false
staticconstexpr

Definition at line 116 of file qtypeinfo.h.

◆ isRelocatable

template<class T , class... Ts>
constexpr bool QTypeInfoMerger< T, Ts >::isRelocatable = ((QTypeInfo<Ts>::isRelocatable) && ...)
staticconstexpr

Definition at line 115 of file qtypeinfo.h.


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