![]() |
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 877 of file qrangemodel_impl.h.
using QRangeModelDetails::Storage< ModelStorage, typename >::const_iterator = decltype(begin(m_model)) |
Definition at line 882 of file qrangemodel_impl.h.
using QRangeModelDetails::Storage< ModelStorage, typename >::iterator = decltype(begin(m_model)) |
Definition at line 881 of file qrangemodel_impl.h.
|
mutable |
Definition at line 879 of file qrangemodel_impl.h.