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 | |
QMap ()=default | |
void | swap (QMap< Key, T > &other) noexcept |
QMap (std::initializer_list< std::pair< Key, T > > list) | |
QMap (const std::map< Key, T > &other) | |
QMap (std::map< Key, T > &&other) | |
std::map< Key, T > | toStdMap () const & |
std::map< Key, T > | toStdMap () && |
Friends | |
class | QMultiMap< Key, T > |
template<typename AKey = Key, typename AT = T, QTypeTraits::compare_eq_result_container< QMap, AKey, AT > = true> | |
bool | comparesEqual (const QMap &lhs, const QMap &rhs) |
size_t | qHash (const M &key, size_t seed=0) noexcept(QHashPrivate::noexceptPairHash< typename M::key_type, typename M::mapped_type >()) |
|
inlineexplicit |
Definition at line 217 of file qmap.h.
References QMap< Key, T >::QMap().
Referenced by QMap< Key, T >::QMap().
Definition at line 222 of file qmap.h.
References QMap< Key, T >::QMap().
Referenced by QMap< Key, T >::QMap().