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

#include <qrangemodel_impl.h>

Inheritance diagram for QRangeModelDetails::iterable_value< IsMutable >:
Collaboration diagram for QRangeModelDetails::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
static constexpr bool has_rotate = false
static constexpr bool has_splice = false
static constexpr bool has_cbegin = true

Detailed Description

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

Definition at line 560 of file qrangemodel_impl.h.

Member Data Documentation

◆ has_cbegin

template<Mutable IsMutable>
bool QRangeModelDetails::iterable_value< IsMutable >::has_cbegin = true
staticconstexpr

Definition at line 567 of file qrangemodel_impl.h.

◆ has_erase

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

Definition at line 563 of file qrangemodel_impl.h.

◆ has_insert

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

Definition at line 562 of file qrangemodel_impl.h.

◆ has_resize

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

Definition at line 564 of file qrangemodel_impl.h.

◆ has_rotate

template<Mutable IsMutable>
bool QRangeModelDetails::iterable_value< IsMutable >::has_rotate = false
staticconstexpr

Definition at line 565 of file qrangemodel_impl.h.

◆ has_splice

template<Mutable IsMutable>
bool QRangeModelDetails::iterable_value< IsMutable >::has_splice = false
staticconstexpr

Definition at line 566 of file qrangemodel_impl.h.

◆ is_mutable

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

Definition at line 561 of file qrangemodel_impl.h.


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