|
spot 2.16
|
Strict Weak Ordering for state pointers. More...
#include <spot/twa/twa.hh>
Public Member Functions | |
| bool | operator() (const state *left, const state *right) const |
| Compare two state pointers using state::compare(). | |
Strict Weak Ordering for state pointers.
This is meant to be used as a comparison functor for STL map whose keys are state pointers. For instance here is how one could declare a map of state*.
Compare two state pointers using state::compare().
References spot::state::compare().
1.9.8