![]() |
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/qcompare.h>
#include <QtCore/qhashfunctions.h>
#include <QtCore/qiterator.h>
#include <QtCore/qlist.h>
#include <QtCore/qrefcount.h>
#include <QtCore/qpair.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qshareddata_impl.h>
#include <QtCore/qttypetraits.h>
#include <functional>
#include <initializer_list>
#include <map>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | QMapData< AMap > |
struct | QMapData< AMap >::EraseResult |
class | QMap< Key, T > |
class | QMultiMap< Key, T > |
Functions | |
template<typename Key, typename T, typename Predicate> | |
qsizetype | erase_if (QMap< Key, T > &map, Predicate pred) |
template<typename Key, typename T> | |
QMultiMap< Key, T > | operator+ (const QMultiMap< Key, T > &lhs, const QMultiMap< Key, T > &rhs) |
template<typename Key, typename T> | |
QMultiMap< Key, T > | operator+= (QMultiMap< Key, T > &lhs, const QMultiMap< Key, T > &rhs) |
template<typename Key, typename T, typename Predicate> | |
qsizetype | erase_if (QMultiMap< Key, T > &map, Predicate pred) |