A binary function to ignore case when comparing strings.
More...
#include <case_ignore.hpp>
|
| bool | operator() (const std::string &s1, const std::string &s2) const |
| | Compares two strings ignoring the case. More...
|
| |
A binary function to ignore case when comparing strings.
| bool winss::case_ignore::operator() |
( |
const std::string & |
s1, |
|
|
const std::string & |
s2 |
|
) |
| const |
|
inline |
Compares two strings ignoring the case.
- Parameters
-
| s1 | The first string. |
| s2 | The second string. |
- Returns
- True if s1 < s2 in lexicographical order.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/winss/checkouts/stable/lib/winss/case_ignore.hpp