![]() |
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 | item_type = std::conditional_t<is_range, typename range_traits<T>::value_type, T> |
Static Public Member Functions | |
static constexpr int | fixed_size () |
Static Public Attributes | |
static constexpr bool | is_range = is_range_v<q20::remove_cvref_t<T>> |
static constexpr int | static_size = is_range ? -1 : 0 |
static constexpr bool | hasMetaObject = false |
Definition at line 634 of file qrangemodel_impl.h.
using QRangeModelDetails::row_traits< T, typename >::item_type = std::conditional_t<is_range, typename range_traits<T>::value_type, T> |
Definition at line 640 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 641 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 642 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 635 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 639 of file qrangemodel_impl.h.