Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hash.hh File Reference
#include <functional>
Include dependency graph for hash.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::equal_to< ValueSet >
 This is useful to make hashes with labels or weights as keys without using non-default constructors; to be used along with vcsn::hash. More...
 
class  vcsn::hash< ValueSet >
 This is useful to make hashes with labels or weights as keys without using non-default constructors; to be used along with vcsn::equal_to. More...
 

Namespaces

 vcsn
 

Functions

template<class T >
void std::hash_combine (std::size_t &seed, const T &v)
 
template<class T >
std::size_t vcsn::hash_value (const T &v)