Node types used with HashTable.
TValueDescriptor | The descriptor of contained types provided with a template parameter of the HashTable. |
THashCaching | A template parameter of the HashTable that determines whether hash values are cached or not. |
Definition at line 99 of file hashtablebase.inl.
Public Type Index: | |
using | Type |
The type stored in a hash table's bucket list. | |
Public Static Method Index: | |
static constexpr bool | IsCachingHashes () |
using Type |
The type stored in a hash table's bucket list.
Definition at line 110 of file hashtablebase.inl.
|
inlinestaticconstexpr |
true
, if the selected Type caches hash values, otherwise false
. Definition at line 102 of file hashtablebase.inl.