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
QtPrivate::IsContainerElementWhichNeedsConverter< T > Struct Template Reference

#include <qmetatype.h>

Collaboration diagram for QtPrivate::IsContainerElementWhichNeedsConverter< T >:

Static Public Attributes

static constexpr bool value

Detailed Description

template<typename T>
struct QtPrivate::IsContainerElementWhichNeedsConverter< T >

Definition at line 1130 of file qmetatype.h.

Member Data Documentation

◆ value

template<typename T>
bool QtPrivate::IsContainerElementWhichNeedsConverter< T >::value
staticconstexpr
Initial value:
=
|| (IsRealGadget<T>::value && std::is_default_constructible_v<T>)
std::bool_constant< IsGadgetHelper< T >::IsRealGadget > IsRealGadget
Definition qmetatype.h:1001

Definition at line 1132 of file qmetatype.h.


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