Sierra Toolkit
Version of the Day
|
#include <functional_eastl.h>
Public Types | |
typedef String | string_type |
typedef String::value_type | value_type |
typedef eastl::add_unsigned< value_type >::type | unsigned_value_type |
Public Member Functions | |
size_t | operator() (const string_type &s) const |
Defines a generic string hash for an arbitrary EASTL basic_string container.
Example usage: eastl::hash_set<MyString, eastl::string_hash<MyString> > hashSet;
Definition at line 909 of file functional_eastl.h.