29#include <sptk5/String.h>
30#include <sptk5/sptk.h>
59 return strcasecmp(s1.c_str(), s2.c_str()) < 0;
61 return strcasecmp(s1.c_str(), s2.c_str()) < 0;
Case-insensitive string compare class.
Definition: CaseInsensitiveCompare.h:49
bool operator()(const String &s1, const String &s2) const
Definition: CaseInsensitiveCompare.h:56