![]() |
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 | row_type = typename range_traits<wrapped_t<Range>>::value_type |
Public Member Functions | |
template<typename R = row_type, std::enable_if_t< std::conjunction_v< std::is_destructible< wrapped_t< R > >, is_owning_or_raw_pointer< R > >, bool > = true> | |
auto | newRow () -> decltype(R(new wrapped_t< R >)) |
template<typename R = row_type, std::enable_if_t<!is_owning_or_raw_pointer< R >::value, bool > = true> | |
auto | newRow () -> decltype(R{}) |
template<typename R = row_type, std::enable_if_t< std::is_pointer_v< std::remove_reference_t< R > >, bool > = true> | |
auto | deleteRow (R &&row) -> decltype(delete row) |
Definition at line 717 of file qrangemodel_impl.h.
using QRangeModelDetails::TableProtocol< Range >::row_type = typename range_traits<wrapped_t<Range>>::value_type |
Definition at line 719 of file qrangemodel_impl.h.
|
inline |
Definition at line 737 of file qrangemodel_impl.h.
|
inline |
Definition at line 724 of file qrangemodel_impl.h.
|
inline |
Definition at line 733 of file qrangemodel_impl.h.