Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qflatmap_p.h File Reference

(3146a5b8ebfb37e736789ae45aea5f2eae4b0c32)

#include <QtCore/qcontainertools_impl.h>
#include "qlist.h"
#include <QtCore/qtclasshelpermacros.h>
#include "private/qglobal_p.h"
#include <algorithm>
#include <functional>
#include <initializer_list>
#include <iterator>
#include <numeric>
#include <type_traits>
#include <utility>
#include <vector>
Include dependency graph for qflatmap_p.h:

Go to the source code of this file.

Classes

class  QFlatMapValueCompare< Key, T, Compare >
class  QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >
struct  QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::containers
class  QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::iterator
class  QFlatMap< Key, T, Compare, KeyContainer, MappedContainer >::const_iterator

Namespaces

namespace  Qt

Typedefs

template<class Key, class T, qsizetype N = QVarLengthArrayDefaultPrealloc, class Compare = std::less<Key>>
using QVarLengthFlatMap = QFlatMap<Key, T, Compare, QVarLengthArray<Key, N>, QVarLengthArray<T, N>>

Functions

 Qt::QT_DEFINE_TAG (OrderedUniqueRange)

Typedef Documentation

◆ QVarLengthFlatMap

template<class Key, class T, qsizetype N = QVarLengthArrayDefaultPrealloc, class Compare = std::less<Key>>
using QVarLengthFlatMap = QFlatMap<Key, T, Compare, QVarLengthArray<Key, N>, QVarLengthArray<T, N>>

Definition at line 1067 of file qflatmap_p.h.