Vcsn
2.0
Be Rational
|
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...
#include <hash.hh>
Public Types | |
using | valueset_t = ValueSet |
using | value_t = typename valueset_t::value_t |
using | result_type = size_t |
using | argument_type = value_t |
Public Member Functions | |
size_t | operator() (const value_t &v) const |
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.
using vcsn::hash< ValueSet >::argument_type = value_t |
using vcsn::hash< ValueSet >::result_type = size_t |
using vcsn::hash< ValueSet >::value_t = typename valueset_t::value_t |
using vcsn::hash< ValueSet >::valueset_t = ValueSet |
|
inline |