winss
|
A binary function to ignore case when comparing characters. More...
#include <case_ignore.hpp>
Public Member Functions | |
bool | operator() (const u_char &c1, const u_char &c2) const |
Compares two characters ignoring the case. More... | |
A binary function to ignore case when comparing characters.
|
inline |
Compares two characters ignoring the case.
c1 | The first character. |
c2 | The second character. |