A case-insensitive comparator struct for usage within STL containers, eg: map<string,string,ci_less>. More...
#include <mrpt/utils/stl_extensions.h>
Classes | |
| struct | nocase_compare |
Public Member Functions | |
| bool | operator() (const std::string &s1, const std::string &s2) const |
A case-insensitive comparator struct for usage within STL containers, eg: map<string,string,ci_less>.
Definition at line 380 of file stl_extensions.h.
| bool mrpt::utils::ci_less::operator() | ( | const std::string & | s1, | |
| const std::string & | s2 | |||
| ) | const [inline] |
Definition at line 386 of file stl_extensions.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |