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
QGenericItemModelDetails::iterable_value< IsMutable > Struct Template Reference

#include <qgenericitemmodel_impl.h>

+ Inheritance diagram for QGenericItemModelDetails::iterable_value< IsMutable >:
+ Collaboration diagram for QGenericItemModelDetails::iterable_value< IsMutable >:

Static Public Attributes

static constexpr bool is_mutable = IsMutable == Mutable::Yes
 
static constexpr bool has_insert = false
 
static constexpr bool has_erase = false
 
static constexpr bool has_resize = false
 

Detailed Description

template<Mutable IsMutable>
struct QGenericItemModelDetails::iterable_value< IsMutable >

Definition at line 260 of file qgenericitemmodel_impl.h.

Member Data Documentation

◆ has_erase

template<Mutable IsMutable>
bool QGenericItemModelDetails::iterable_value< IsMutable >::has_erase = false
staticconstexpr

Definition at line 263 of file qgenericitemmodel_impl.h.

◆ has_insert

template<Mutable IsMutable>
bool QGenericItemModelDetails::iterable_value< IsMutable >::has_insert = false
staticconstexpr

Definition at line 262 of file qgenericitemmodel_impl.h.

◆ has_resize

template<Mutable IsMutable>
bool QGenericItemModelDetails::iterable_value< IsMutable >::has_resize = false
staticconstexpr

Definition at line 264 of file qgenericitemmodel_impl.h.

◆ is_mutable

template<Mutable IsMutable>
bool QGenericItemModelDetails::iterable_value< IsMutable >::is_mutable = IsMutable == Mutable::Yes
staticconstexpr

Definition at line 261 of file qgenericitemmodel_impl.h.


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