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::range_traits< const T * > Struct Template Reference

#include <qrangemodel_impl.h>

Inheritance diagram for QRangeModelDetails::range_traits< const T * >:
Collaboration diagram for QRangeModelDetails::range_traits< const T * >:

Static Public Attributes

static constexpr bool is_mutable
static constexpr bool has_insert
static constexpr bool has_insert_range
static constexpr bool has_erase
static constexpr bool has_resize
static constexpr bool has_rotate
static constexpr bool has_splice
static constexpr bool has_cbegin
Static Public Attributes inherited from QRangeModelDetails::iterable_value< Mutable::No >
static constexpr bool is_mutable
static constexpr bool has_insert
static constexpr bool has_erase
static constexpr bool has_resize
static constexpr bool has_rotate
static constexpr bool has_splice
static constexpr bool has_cbegin

Detailed Description

template<typename T>
struct QRangeModelDetails::range_traits< const T * >

Definition at line 576 of file qrangemodel_impl.h.

Member Data Documentation

◆ has_cbegin

bool QRangeModelDetails::range_traits< const T *, typename >::has_cbegin
staticconstexpr

Definition at line 536 of file qrangemodel_impl.h.

◆ has_erase

bool QRangeModelDetails::range_traits< const T *, typename >::has_erase
staticconstexpr

Definition at line 532 of file qrangemodel_impl.h.

◆ has_insert

bool QRangeModelDetails::range_traits< const T *, typename >::has_insert
staticconstexpr

Definition at line 530 of file qrangemodel_impl.h.

◆ has_insert_range

bool QRangeModelDetails::range_traits< const T *, typename >::has_insert_range
staticconstexpr

Definition at line 531 of file qrangemodel_impl.h.

◆ has_resize

bool QRangeModelDetails::range_traits< const T *, typename >::has_resize
staticconstexpr

Definition at line 533 of file qrangemodel_impl.h.

◆ has_rotate

bool QRangeModelDetails::range_traits< const T *, typename >::has_rotate
staticconstexpr

Definition at line 534 of file qrangemodel_impl.h.

◆ has_splice

bool QRangeModelDetails::range_traits< const T *, typename >::has_splice
staticconstexpr

Definition at line 535 of file qrangemodel_impl.h.

◆ is_mutable

bool QRangeModelDetails::range_traits< const T *, typename >::is_mutable
staticconstexpr

Definition at line 529 of file qrangemodel_impl.h.


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