Specialization of functor std::less for strings of templated character type.
For the comparison, CompareTo is invoked on lhs with passing rhs.
This specialization is provided with the inclusion of 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 110 of file ALib.Strings.StdFunctors.H.
#include <ALib.Strings.StdFunctors.H>
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 116 of file ALib.Strings.StdFunctors.H.