|
spot
2.16
|
An Equivalence Relation for state pointers. More...
#include <spot/twa/twa.hh>
Public Member Functions | |
| bool | operator() (const state *left, const state *right) const |
| Test two state pointers for equality via state::compare(). More... | |
An Equivalence Relation for state pointers.
This is meant to be used as a comparison functor for an unordered_map whose keys are state pointers. For instance here is how one could declare a map of state*.
Test two state pointers for equality via state::compare().
References spot::state::compare().
1.9.1