Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmap.h>
Public Types | |
using | key_type = Key |
using | mapped_type = T |
using | difference_type = qptrdiff |
using | size_type = qsizetype |
Public Member Functions | |
QMultiMap ()=default | |
QMultiMap (std::initializer_list< std::pair< Key, T > > list) | |
void | swap (QMultiMap< Key, T > &other) noexcept |
QMultiMap (const QMap< Key, T > &other) | |
QMultiMap (QMap< Key, T > &&other) | |
QMultiMap (const std::multimap< Key, T > &other) | |
QMultiMap (std::multimap< Key, T > &&other) | |
std::multimap< Key, T > | toStdMap () const |
std::multimap< Key, T > | toStdMultiMap () const & |
std::multimap< Key, T > | toStdMultiMap () && |
Friends | |
template<typename AKey = Key, typename AT = T, QTypeTraits::compare_eq_result_container< QMultiMap, AKey, AT > = true> | |
bool | comparesEqual (const QMultiMap &lhs, const QMultiMap &rhs) |
|
default |
|
inline |
|
inlineexplicit |
|
inlineexplicit |