spot 2.12.2
|
Strict Weak Ordering for char*
.
More...
#include <spot/misc/ltstr.hh>
Public Member Functions | |
bool | operator() (const char *left, const char *right) const |
Strict Weak Ordering for char*
.
This is meant to be used as a comparison functor for STL map
whose key are of type const char*
.
For instance here is how one could declare a map of const state*
.