Vcsn
2.2
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 <functional.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.
Definition at line 42 of file functional.hh.
using vcsn::hash< ValueSet >::argument_type = value_t |
Definition at line 56 of file functional.hh.
using vcsn::hash< ValueSet >::result_type = size_t |
Definition at line 55 of file functional.hh.
using vcsn::hash< ValueSet >::value_t = typename valueset_t::value_t |
Definition at line 46 of file functional.hh.
using vcsn::hash< ValueSet >::valueset_t = ValueSet |
Definition at line 45 of file functional.hh.
|
inline |
Definition at line 48 of file functional.hh.