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
QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >::MoreThan< Left > Struct Template Reference

#include <qmakearray_p.h>

+ Collaboration diagram for QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >::MoreThan< Left >:

Static Public Attributes

static constexpr const bool value = !(Left::data() <= Pivot::data())
 

Detailed Description

template<typename Pivot, typename ... Values>
template<typename Left>
struct QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >::MoreThan< Left >

Definition at line 102 of file qmakearray_p.h.

Member Data Documentation

◆ value

template<typename Pivot , typename ... Values>
template<typename Left >
constexpr const bool QtPrivate::QuickSort< QuickSortData< Pivot, Values... > >::MoreThan< Left >::value = !(Left::data() <= Pivot::data())
staticconstexpr

Definition at line 103 of file qmakearray_p.h.


The documentation for this struct was generated from the following file: