QRangeModelAdapter::ConstColumnIterator Struct

struct QRangeModelAdapter::ConstColumnIterator

Provides an STL-style non-const iterator over the columns in a model row. More...

This struct is in technology preview and is subject to change.

This struct was introduced in Qt 6.11.

Public Functions

Detailed Description

The iterator models std::random_access_iterator. Dereferencing the iterator returns the const value at the pointed-to item in the model.

Member Function Documentation

[default] ConstColumnIterator::~ConstColumnIterator()

Destroys the instance of ConstColumnIterator.