SyTen

◆ 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.