|
spot 2.16
|
Hash Function for state pointers. More...
#include <spot/twa/twa.hh>
Public Member Functions | |
| size_t | operator() (const state *that) const |
| Hash a state pointer using state::hash(). | |
Hash Function for state pointers.
This is meant to be used as a hash functor for an unordered_map whose keys are state pointers. For instance here is how one could declare a map of state*.
|
inline |
Hash a state pointer using state::hash().
References spot::state::hash().
1.9.8