Specialization of functor std::equal_to
for type String . Note that this specialization can also be used in combination with derived string types, like AString .
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. |
Definition at line 104 of file std_strings_functional.hpp.
#include <std_strings_functional.hpp>
Public Method Index: | |
bool | operator() (const alib::strings::TString< TChar > &lhs, const alib::strings::TString< TChar > &rhs) const |
|
inline |
Invokes String::Equals on lhs , passing rhs and returns the result.
lhs | The first string object. |
rhs | The second string object. |
Definition at line 113 of file std_strings_functional.hpp.