Sierra Toolkit  Version of the Day
eastl::string_hash< String > Struct Template Reference

#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
 

Detailed Description

template<typename String>
struct eastl::string_hash< String >

string_hash

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.


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