Sierra Toolkit  Version of the Day
eastl::hash< T > Struct Template Reference

#include <string_eastl.h>

Detailed Description

template<typename T>
struct eastl::hash< T >

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.


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