A case-insensitive comparator struct for usage within STL containers, eg: map<string,string,ci_less>
Definition at line 271 of file stl_extensions.h.
#include <mrpt/utils/stl_extensions.h>
Classes | |
| struct | nocase_compare |
Public Member Functions | |
| bool | operator() (const std::string &s1, const std::string &s2) const |
| bool mrpt::utils::ci_less::operator() | ( | const std::string & | s1, |
| const std::string & | s2 | ||
| ) | const [inline] |
Definition at line 277 of file stl_extensions.h.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |