#include <StrMap.h>
Public Member Functions |
|
| bool | operator() (const SI_Char *in_psz1, const SI_Char *in_psz2) const |
Usage example:
set<SI_Char*, StrLessPred> l_MySet;
| bool operator() | ( | const SI_Char * | in_psz1, | |
| const SI_Char * | in_psz2 | |||
| ) | const [inline] |
Determine if in_psz1 is less than in_psz2
| in_psz1 | First string | |
| in_psz2 | Second string |