|  | Qt 6.x
    The Qt SDK | 
#include <qhash.h>
 Collaboration diagram for QHashPrivate::Node< Key, QHashDummyValue >:
 Collaboration diagram for QHashPrivate::Node< Key, QHashDummyValue >:| Public Types | |
| using | KeyType = Key | 
| using | ValueType = QHashDummyValue | 
| Public Member Functions | |
| template<typename ... Args> | |
| void | emplaceValue (Args &&...) | 
| ValueType | takeValue () | 
| bool | valuesEqual (const Node *) const | 
| Static Public Member Functions | |
| template<typename ... Args> | |
| static void | createInPlace (Node *n, Key &&k, Args &&...) | 
| template<typename ... Args> | |
| static void | createInPlace (Node *n, const Key &k, Args &&...) | 
| Public Attributes | |
| Key | key | 
| using QHashPrivate::Node< Key, QHashDummyValue >::KeyType = Key | 
| using QHashPrivate::Node< Key, QHashDummyValue >::ValueType = QHashDummyValue | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| Key QHashPrivate::Node< Key, QHashDummyValue >::key |