template struct Poco::HashFunction<std::string>
Overview
A generic hash function. Moreā¦
#include <HashFunction.h> template <> struct HashFunction<std::string> { // methods UInt32 operator()( const std::string& key, UInt32 maxValue ) const; };
Detailed Documentation
A generic hash function.
Methods
UInt32 operator()( const std::string& key, UInt32 maxValue ) const
Returns the hash value for the given key.