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

(c30195a95e751552a39f99dd5833ebf722d11bc1)

#include "qlist.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

struct  Qt::OrderedUniqueRange_t
 
class  QFlatMapValueCompare< Key, T, Compare >
 
class  qflatmap::detail::QFlatMapMockPointer< T >
 
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
 
namespace  qflatmap
 
namespace  qflatmap::detail
 

Macros

#define QFLATMAP_ENABLE_STL_COMPATIBLE_INSERT
 

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>>
 

Variables

constexpr OrderedUniqueRange_t Qt::OrderedUniqueRange = {}
 

Macro Definition Documentation

◆ QFLATMAP_ENABLE_STL_COMPATIBLE_INSERT

#define QFLATMAP_ENABLE_STL_COMPATIBLE_INSERT

Definition at line 54 of file qflatmap_p.h.

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 1105 of file qflatmap_p.h.