#include <StrMap.h>
Public Member Functions |
|
| bool | operator() (const SI_Char *in_psz1, const SI_Char *in_psz2) const |
This functor can be used in STL algorithms or associative containers to sort strings.
set<SI_Char*, StrLessPred> l_MySet;
| bool operator() | ( | const SI_Char * | in_psz1, | |
| const SI_Char * | in_psz2 | |||
| ) | const [inline] |
Determines if in_psz1 is less than in_psz2
| in_psz1 | First string | |
| in_psz2 | Second string |