Sierra Toolkit
Version of the Day
|
#include <hashtable_eastl.h>
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.