![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhash.h>
Public Types | |
| using | KeyType = Key |
| using | ValueType = T |
Public Member Functions | |
| template<typename ... Args> | |
| void | emplaceValue (Args &&... args) |
| T && | takeValue () noexcept(std::is_nothrow_move_assignable_v< T >) |
| bool | valuesEqual (const Node *other) const |
Static Public Member Functions | |
| template<typename ... Args> | |
| static void | createInPlace (Node *n, Key &&k, Args &&... args) |
| template<typename ... Args> | |
| static void | createInPlace (Node *n, const Key &k, Args &&... args) |
Public Attributes | |
| Key | key |
| T | value |
| using QHashPrivate::Node< Key, T >::KeyType = Key |
| using QHashPrivate::Node< Key, T >::ValueType = T |
|
inline |
|
inlinenoexcept |
|
inline |
| Key QHashPrivate::Node< Key, T >::key |
| T QHashPrivate::Node< Key, T >::value |
Definition at line 78 of file qhash.h.
Referenced by emplaceValue(), takeValue(), and valuesEqual().