|
Sierra Toolkit
Version of the Day
|
Class specialization hash_nocase for String. More...
#include <StringUtil.hpp>
Public Member Functions | |
| size_t | operator() (const String &__s) const |
| Member function operator() returns the hash value of the specified string. | |
Class specialization hash_nocase for String.
Definition at line 799 of file StringUtil.hpp.
| size_t sierra::hash_nocase< String >::operator() | ( | const String & | __s | ) | const [inline] |
Member function operator() returns the hash value of the specified string.
| __s | a std::string</const reference to the string to hash. |
Definition at line 810 of file StringUtil.hpp.