|
spot
1.2.6
|
Strict Weak Ordering for char*.
More...
#include <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*.
1.8.4