![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcompilerdetection.h>#include <QtCore/qsystemdetection.h>#include <QtCore/qtconfigmacros.h>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | q20::is_bounded_array< T > |
| struct | q20::is_bounded_array< T[N]> |
| struct | q20::is_unbounded_array< T > |
| struct | q20::is_unbounded_array< T[]> |
| struct | q20::type_identity< T > |
Namespaces | |
| namespace | q20 |
Typedefs | |
| template<typename T> | |
| using | q20::remove_cvref = std::remove_cv<std::remove_reference_t<T>> |
| template<typename T> | |
| using | q20::remove_cvref_t = std::remove_cv_t<std::remove_reference_t<T>> |
| template<typename T> | |
| using | q20::type_identity_t = typename type_identity<T>::type |
Functions | |
| constexpr bool | q20::is_constant_evaluated () noexcept |
Variables | |
| template<typename T> | |
| constexpr bool | q20::is_bounded_array_v = q20::is_bounded_array<T>::value |
| template<typename T> | |
| constexpr bool | q20::is_unbounded_array_v = q20::is_unbounded_array<T>::value |