xenium
List of all members
xenium::hash< Key > Struct Template Reference

Slim wrapper around std::hash with specialization for pointer types. More...

#include <hash.hpp>

Detailed Description

template<class Key>
struct xenium::hash< Key >

Slim wrapper around std::hash with specialization for pointer types.

The default instantiation simply forwards to std::hash. This functor mainly exists to allow the specialization for pointer types (see xenium::hash< Key * >).