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