Sierra Toolkit  Version of the Day
sierra::hash_nocase< String > Struct Template Reference

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...
 

Detailed Description

template<>
struct sierra::hash_nocase< String >

Class specialization hash_nocase for String.

Definition at line 799 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

size_t sierra::hash_nocase< String >::operator() ( const String __s) const
inline

Member function operator() returns the hash value of the specified string.

Parameters
__sa std::string</const reference to the string to hash.
Returns
a size_t value of the hash value of the specified string.

Definition at line 810 of file StringUtil.hpp.


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