Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
voidInitHashTable(UINThashSize**);**
Parameters
hashSize
Number of entries in the hash table.
Remarks
Initializes the hash table. For best performance, the hash table size should be a prime number. To minimize collisions the size should be roughly 20 percent larger than the largest anticipated data set.
Example
See the example for CMap::Lookup.
CMap Overview | Class Members | Hierarchy Chart
See Also CMap::GetHashTableSize