Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
q20type_traits.h File Reference

(4b806d678e68c786f4be3809c72d396ae15bb04c)

#include <QtCore/qcompilerdetection.h>
#include <QtCore/qsystemdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <type_traits>
+ Include dependency graph for q20type_traits.h:

Go to the source code of this file.

Classes

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