Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
q20type_traits.h File Reference

(1a9f8cc0df33195df959cee2e355dde4cbacd754)

#include <QtCore/qcompilerdetection.h>
#include <QtCore/qsystemdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <type_traits>
Include dependency graph for q20type_traits.h:
This graph shows which files directly or indirectly include this file:

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