![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcontainerfwd.h>#include <QtCore/qfunctionaltools_impl.h>#include <QtCore/private/qglobal_p.h>#include <algorithm>#include <functional>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>> |
| #define QMINIMAL_FLAT_SET_PRINT_AT_END |
Definition at line 29 of file qminimalflatset_p.h.
| using QMinimalVarLengthFlatSet = QMinimalFlatSet<T, QVarLengthArray<T, N>> |
Definition at line 152 of file qminimalflatset_p.h.