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

(7a8e7213e4fe3a83aff3146c0101bcfb2f925ea2)

#include <QtCore/qcontainerfwd.h>
#include <QtCore/qfunctionaltools_impl.h>
#include <QtCore/private/qglobal_p.h>
#include <algorithm>
#include <functional>
+ Include dependency graph for qminimalflatset_p.h:

Go to the source code of this file.

Classes

class  QMinimalFlatSet< T, Container, Compare >
 

Macros

#define QMINIMAL_FLAT_SET_PRINT_AT_END
 

Typedefs

template<typename T , qsizetype N = QVarLengthArrayDefaultPrealloc>
using QMinimalVarLengthFlatSet = QMinimalFlatSet<T, QVarLengthArray<T, N>>
 

Macro Definition Documentation

◆ QMINIMAL_FLAT_SET_PRINT_AT_END

#define QMINIMAL_FLAT_SET_PRINT_AT_END

Definition at line 29 of file qminimalflatset_p.h.

Typedef Documentation

◆ QMinimalVarLengthFlatSet

template<typename T , qsizetype N = QVarLengthArrayDefaultPrealloc>
using QMinimalVarLengthFlatSet = QMinimalFlatSet<T, QVarLengthArray<T, N>>

Definition at line 152 of file qminimalflatset_p.h.