xenium
|
Slim wrapper around std::hash with specialization for pointer types. More...
#include <hash.hpp>
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 * >).