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 87 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 alib::containers::detail::HTElementSelector< TValueDescriptor, THashCaching >::Type |
The type stored in a hash table's bucket list.
Definition at line 98 of file hashtablebase.inl.
|
inlinestaticconstexpr |
true
, if the selected Type caches hash values, otherwise false
. Definition at line 90 of file hashtablebase.inl.