Sierra Toolkit  Version of the Day
eastl::hash_node< Value, bCacheHashCode > Struct Template Reference

#include <hashtable_eastl.h>

Detailed Description

template<typename Value, bool bCacheHashCode>
struct eastl::hash_node< Value, bCacheHashCode >

hash_node

A hash_node stores an element in a hash table, much like a linked list node stores an element in a linked list. A hash_node additionally can, via template parameter, store a hash code in the node to speed up hash calculations and comparisons in some cases.

Definition at line 129 of file hashtable_eastl.h.


The documentation for this struct was generated from the following file: