![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Typedefs | |
template<typename T> | |
using | expand_operator_equal = expand_operator_equal_container<T> |
template<typename ... T> | |
using | expand_operator_equal_recursive = std::conjunction<expand_operator_equal<T>...> |
template<typename T> | |
using | expand_operator_less_than = expand_operator_less_than_container<T> |
template<typename ... T> | |
using | expand_operator_less_than_recursive = std::conjunction<expand_operator_less_than<T>...> |
Functions | |
template<typename T> | |
const T & | const_reference () |
template<typename T> | |
T & | reference () |
using QTypeTraits::detail::expand_operator_equal = expand_operator_equal_container<T> |
Definition at line 153 of file qttypetraits.h.
using QTypeTraits::detail::expand_operator_equal_recursive = std::conjunction<expand_operator_equal<T>...> |
Definition at line 169 of file qttypetraits.h.
using QTypeTraits::detail::expand_operator_less_than = expand_operator_less_than_container<T> |
Definition at line 195 of file qttypetraits.h.
using QTypeTraits::detail::expand_operator_less_than_recursive = std::conjunction<expand_operator_less_than<T>...> |
Definition at line 209 of file qttypetraits.h.
const T & QTypeTraits::detail::const_reference | ( | ) |
T & QTypeTraits::detail::reference | ( | ) |