![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodel_impl.h>
Public Types | |
| using | iterator = decltype(begin(m_model)) |
| using | const_iterator = decltype(begin(m_model)) |
Public Attributes | |
| std::remove_const_t< ModelStorage > | m_model |
Definition at line 882 of file qrangemodel_impl.h.
| using QRangeModelDetails::Storage< ModelStorage, typename >::const_iterator = decltype(begin(m_model)) |
Definition at line 887 of file qrangemodel_impl.h.
| using QRangeModelDetails::Storage< ModelStorage, typename >::iterator = decltype(begin(m_model)) |
Definition at line 886 of file qrangemodel_impl.h.
|
mutable |
Definition at line 884 of file qrangemodel_impl.h.