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::row_traits< T[N]> Struct Template Reference

#include <qrangemodel_impl.h>

Inheritance diagram for QRangeModelDetails::row_traits< T[N]>:
Collaboration diagram for QRangeModelDetails::row_traits< T[N]>:

Public Types

using item_type
Public Types inherited from QRangeModelDetails::row_traits< std::array< T, N > >
using item_type = T

Static Public Member Functions

static constexpr int fixed_size ()
Static Public Member Functions inherited from QRangeModelDetails::row_traits< std::array< T, N > >
static constexpr int fixed_size ()

Static Public Attributes

static constexpr bool is_range
static constexpr int static_size
static constexpr bool hasMetaObject
Static Public Attributes inherited from QRangeModelDetails::row_traits< std::array< T, N > >
static constexpr int static_size = int(N)
static constexpr bool hasMetaObject = false
static constexpr bool is_range

Detailed Description

template<typename T, std::size_t N>
struct QRangeModelDetails::row_traits< T[N]>

Definition at line 679 of file qrangemodel_impl.h.

Member Typedef Documentation

◆ item_type

using QRangeModelDetails::row_traits< T, typename >::item_type

Definition at line 640 of file qrangemodel_impl.h.

Member Function Documentation

◆ fixed_size()

constexpr int QRangeModelDetails::row_traits< T, typename >::fixed_size ( )
inlinestaticconstexpr

Definition at line 641 of file qrangemodel_impl.h.

Member Data Documentation

◆ hasMetaObject

bool QRangeModelDetails::row_traits< T, typename >::hasMetaObject
staticconstexpr

Definition at line 642 of file qrangemodel_impl.h.

◆ is_range

bool QRangeModelDetails::row_traits< T, typename >::is_range
staticconstexpr

Definition at line 635 of file qrangemodel_impl.h.

◆ static_size

int QRangeModelDetails::row_traits< T, typename >::static_size
staticconstexpr

Definition at line 639 of file qrangemodel_impl.h.


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