![]() |
Qt 6.x
The Qt SDK
|
#include "QtCore/private/qglobal_p.h"#include <array>#include <type_traits>#include <utility>
Include dependency graph for qmakearray_p.h:Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
| \macro QT_NAMESPACE | |
Typedefs | |
| template<typename ManualType , typename... Types> | |
| using | QtPrivate::ArrayType = std::array< typename ArrayTypeHelper< ManualType, Types... >::type, sizeof...(Types)> |
Functions | |
| template<typename T > | |
| constexpr T && | QtPrivate::Forward (typename std::remove_reference< T >::type &t) noexcept |
| template<typename T > | |
| constexpr T && | QtPrivate::Forward (typename std::remove_reference< T >::type &&t) noexcept |
| template<typename ... Right, typename ... Left> | |
| constexpr QuickSortData< Right..., Left... > | QtPrivate::quickSortConcat (QuickSortData< Right... >, QuickSortData< Left... >) noexcept |
| template<typename ... Right, typename Middle , typename ... Left> | |
| constexpr QuickSortData< Right..., Middle, Left... > | QtPrivate::quickSortConcat (QuickSortData< Right... >, QuickSortData< Middle >, QuickSortData< Left... >) noexcept |
| template<typename ManualType = void, typename ... Types> | |
| constexpr QtPrivate::ArrayType< ManualType, Types... > | qMakeArray (Types &&... t) noexcept |
| template<typename ... Values> | |
| constexpr auto | qMakeArray (QtPrivate::QuickSortData< Values... >) noexcept -> decltype(qMakeArray(Values::data()...)) |
|
constexprnoexcept |
Definition at line 135 of file qmakearray_p.h.
References qMakeArray().
Here is the call graph for this function:
|
constexprnoexcept |
Definition at line 124 of file qmakearray_p.h.
References QtPrivate::Forward(), and Types.
Referenced by qMakeArray().
Here is the call graph for this function:
Here is the caller graph for this function: