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

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

Detailed Description

template<>
struct sierra::hash_nocase< std::string >

Class specialization hash_nocase for std::string.

Definition at line 780 of file StringUtil.hpp.

Member Function Documentation

◆ operator()()

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.

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 791 of file StringUtil.hpp.


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