QRangeModelAdapter::ConstRowReference Struct

struct QRangeModelAdapter::ConstRowReference

ConstRowReference is a reference wrapper around a const row in a QRangeModel. More...

This struct is under development and is subject to change.

This struct was introduced in Qt 6.11.

Detailed Description

For ranges that are tables or trees, accessing a row of a QRangeModelAdapter using the const overloads of at() or subscript operator[], or by dereferencing a ConstRowIterator, returns a ConstRowReference for the specified row.

See also RowReference and DataReference.