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::ListProtocol< Range > Struct Template Reference

#include <qrangemodel_impl.h>

Collaboration diagram for QRangeModelDetails::ListProtocol< Range >:

Public Types

using row_type = typename range_traits<wrapped_t<Range>>::value_type

Public Member Functions

template<typename R = row_type>
auto newRow () -> decltype(R{})

Detailed Description

template<typename Range>
struct QRangeModelDetails::ListProtocol< Range >

Definition at line 708 of file qrangemodel_impl.h.

Member Typedef Documentation

◆ row_type

template<typename Range>
using QRangeModelDetails::ListProtocol< Range >::row_type = typename range_traits<wrapped_t<Range>>::value_type

Definition at line 710 of file qrangemodel_impl.h.

Member Function Documentation

◆ newRow()

template<typename Range>
template<typename R = row_type>
auto QRangeModelDetails::ListProtocol< Range >::newRow ( ) -> decltype(R{})
inline

Definition at line 713 of file qrangemodel_impl.h.


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