![]() |
Qt 6.x
The Qt SDK
|
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 = typedef expand_operator_equal_container<T> |
Definition at line 219 of file qtypeinfo.h.
using QTypeTraits::detail::expand_operator_equal_recursive = typedef std::conjunction<expand_operator_equal<T>...> |
Definition at line 235 of file qtypeinfo.h.
using QTypeTraits::detail::expand_operator_less_than = typedef expand_operator_less_than_container<T> |
Definition at line 261 of file qtypeinfo.h.
using QTypeTraits::detail::expand_operator_less_than_recursive = typedef std::conjunction<expand_operator_less_than<T>...> |
Definition at line 275 of file qtypeinfo.h.
const T & QTypeTraits::detail::const_reference | ( | ) |
T & QTypeTraits::detail::reference | ( | ) |