string less_than, returns true if s1 < s2 More...
#include <VR3Map.h>
| Classes | |
| struct | nocase_compare | 
| case-insensitive (ci) character compare_less binary function  More... | |
| Public Member Functions | |
| bool | operator() (const std::string &s1, const std::string &s2) const | 
| case-insensitive compare | |
string less_than, returns true if s1 < s2
This structure is used for comparison in map keys representing file names. On unix-like systems we have that file names are case-sensitive and a simple string compare suffices. On windows systems we have that file and directory names are case-insensitive and comparison must take place in a case-insensitive fashon.
Definition at line 34 of file VR3Map.h.
| bool VR3Map::Less::operator() | ( | const std::string & | s1, | 
| const std::string & | s2 | ||
| ) | const  [inline] | 
 1.7.2
 1.7.2