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
qmakearray_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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.

Classes

struct  QtPrivate::ArrayTypeHelper< ManualType,... >
 
struct  QtPrivate::ArrayTypeHelper< void, Types... >
 
struct  QtPrivate::QuickSortData< Values >
 
struct  QtPrivate::QuickSortFilter< Predicate, QuickSortData< Head, Tail... > >
 
struct  QtPrivate::QuickSortFilter< Predicate, QuickSortData<> >
 
struct  QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >
 
struct  QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >::LessThan< Left >
 
struct  QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >::MoreThan< Left >
 
struct  QtPrivate::QuickSort< QuickSortData<> >
 
struct  QSortedData< Values >
 

Namespaces

namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Typedefs

template<typename ManualType , typename... Types>
using QtPrivate::ArrayType
 

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()...))
 

Function Documentation

◆ qMakeArray() [1/2]

template<typename ... Values>
constexpr auto qMakeArray ( QtPrivate::QuickSortData< Values... > ) -> decltype(qMakeArray(Values::data()...))
constexprnoexcept

Definition at line 135 of file qmakearray_p.h.

References qMakeArray().

+ Here is the call graph for this function:

◆ qMakeArray() [2/2]

template<typename ManualType = void, typename ... Types>
constexpr QtPrivate::ArrayType< ManualType, Types... > qMakeArray ( Types &&... t)
constexprnoexcept

Definition at line 124 of file qmakearray_p.h.

References QtPrivate::Forward().

Referenced by qMakeArray().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: