|
Sierra Toolkit
Version of the Day
|
Class specialization hash_nocase for std::string. More...
#include <StringUtil.hpp>
Public Member Functions | |
| size_t | operator() (const std::string &__s) const |
| Member function operator() returns the hash value of the specified string. | |
Class specialization hash_nocase for std::string.
Definition at line 780 of file StringUtil.hpp.
| size_t sierra::hash_nocase< std::string >::operator() | ( | const std::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 791 of file StringUtil.hpp.