template struct Poco::HashMapEntryHash

This class template is used internally by HashMap.

#include <HashMap.h>

template <
    class HME,
    class KeyHashFunc
    >
struct HashMapEntryHash
{
    // methods

    std::size_t
    operator()(const HME& entry) const;
};