QtBase  v6.3.1
Classes | Namespaces | Typedefs | Variables
qflatmap_p.h File Reference
#include "qlist.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

struct  Qt::OrderedUniqueRange_t
 
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

 Qt
 

Typedefs

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

Variables

constexpr OrderedUniqueRange_t Qt::OrderedUniqueRange = {}
 

Typedef Documentation

◆ QVarLengthFlatMap

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

Definition at line 1021 of file qflatmap_p.h.