Helper struct used to determine the node type of detail::HashTableBase .
Type definition type equals detail::HashTableElementUncached in case THashCashing equals Caching::Enabled or Caching::Auto and TKey is an arithmetic type.
Otherwise, detail::HashTableElementCached is chosen.
Definition at line 161 of file hashtablebase.inl.
Public Type Index: | |
using | type |
using type |
The element type that the hash table uses. Results from values given for THashCaching and TKey .
Definition at line 165 of file hashtablebase.inl.