template struct Poco::HashMapEntry
template struct Poco::IsConst<const T[i]>
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; };