Specialization of functor std::less
for strings of templated character type.
For the comparison, CompareTo<Case::Ignore> is invoked on lhs with passing rhs.
This specialization is provided with the inclusion of header file alib/compatibility/std_strings_functional.hpp.
alib::strings::compatibility::std
, the true location is namespace std
(as mandatory).TChar | The character type of the strings to compare. Defaults to character. |
Definition at line 227 of file std_strings_functional.hpp.
#include <std_strings_functional.hpp>
Public Method Index: | |
bool | operator() (const strings::TString< TChar > &lhs, const strings::TString< TChar > &rhs) const |
|
inline |
Compares the two given strings.
lhs | The left-hand side string. |
rhs | The right-hand side string. |
true
if lhs is less than rhs. Definition at line 233 of file std_strings_functional.hpp.