#include <utils_string.h>
|
| Case_comparator (bool p_case_sensitive) |
|
bool | operator() (const std::string &a, const std::string &b) const |
|
bool | operator() (const std::wstring &a, const std::wstring &b) const |
|
◆ Case_comparator()
shcore::Case_comparator::Case_comparator |
( |
bool |
p_case_sensitive | ) |
|
|
inline |
◆ operator()() [1/2]
bool shcore::Case_comparator::operator() |
( |
const std::string & |
a, |
|
|
const std::string & |
b |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
bool shcore::Case_comparator::operator() |
( |
const std::wstring & |
a, |
|
|
const std::wstring & |
b |
|
) |
| const |
|
inline |
◆ case_sensitive
bool shcore::Case_comparator::case_sensitive {true} |
The documentation for this struct was generated from the following file: