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. More... | |
Class specialization hash_nocase for String.
Definition at line 799 of file StringUtil.hpp.
|
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.