Poco

template < class T >

struct HashFunction

Library: Foundation
Package: Core
Header: Poco/HashFunction.h

Description

A generic hash function for numeric values.

Member Summary

Member Functions: hash

Member Functions

hash static inline

static UInt32 hash(
    T key,
    UInt32 maxValue
);

Returns the hash value for the given key