![]() |
Qt 6.x
The Qt SDK
|
#include <qhash.h>
Collaboration diagram for QHashPrivate::Node< Key, T >: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 |
|
inlinestatic |
Definition at line 78 of file qhash.h.
References args.
Referenced by QHash< Key, T >::operator[]().
Here is the caller graph for this function:
|
inline |
|
inlinenoexcept |
|
inline |
| Key QHashPrivate::Node< Key, T >::key |
| T QHashPrivate::Node< Key, T >::value |