Sierra Toolkit
Version of the Day
|
#include <string_eastl.h>
hash<string>
We provide EASTL hash function objects for use in hash table containers.
Example usage: #include <EASTL/hash_set.h> hash_set<string> stringHashSet;
Definition at line 767 of file functional_eastl.h.