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::Storage< ModelStorage, typename > Struct Template Reference

#include <qrangemodel_impl.h>

Inheritance diagram for QRangeModelDetails::Storage< ModelStorage, typename >:
Collaboration diagram for QRangeModelDetails::Storage< ModelStorage, typename >:

Public Types

using iterator = decltype(begin(m_model))
using const_iterator = decltype(begin(m_model))

Public Attributes

std::remove_const_t< ModelStorage > m_model

Detailed Description

template<typename ModelStorage, typename = void>
struct QRangeModelDetails::Storage< ModelStorage, typename >

Definition at line 877 of file qrangemodel_impl.h.

Member Typedef Documentation

◆ const_iterator

template<typename ModelStorage, typename = void>
using QRangeModelDetails::Storage< ModelStorage, typename >::const_iterator = decltype(begin(m_model))

Definition at line 882 of file qrangemodel_impl.h.

◆ iterator

template<typename ModelStorage, typename = void>
using QRangeModelDetails::Storage< ModelStorage, typename >::iterator = decltype(begin(m_model))

Definition at line 881 of file qrangemodel_impl.h.

Member Data Documentation

◆ m_model

template<typename ModelStorage, typename = void>
std::remove_const_t<ModelStorage> QRangeModelDetails::Storage< ModelStorage, typename >::m_model
mutable

Definition at line 879 of file qrangemodel_impl.h.


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