Loading [MathJax]/extensions/tex2jax.js
SyTen
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ hash_value()

template<typename T >
std::hash< T >::result_type syten::hash_value ( T const &  x)

For use of Boost's hashing functions with our user-defined types; forwards to std::hash.

To add support for a user-defined type, specialise std::hash as suggested by the standard.