#include <stringutil.h>
|
bool | operator() (const std::string &s1, const std::string &s2) const |
| Compare the strings by ignoring case.
|
bool | operator() (const std::wstring &s1, const std::wstring &s2) const |
| Compare the strings by ignoring case.
|
This class is used when get a sorted list of string to ignoring case characters.
Example of declaring a map:
std::map<std::string,
Definition stringutil.h:33
The documentation for this class was generated from the following file: