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