UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
util::string::IgnoreCase Class Referencefinal

#include <stringutil.h>

Public Member Functions

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.

Detailed Description

This class is used when get a sorted list of string to ignoring case characters.
Example of declaring a map:

std::map<std::string,
FooClass, util::string::IgnoreCase> foo_list;
Definition stringutil.h:33

The documentation for this class was generated from the following file: