Sierra Toolkit
Version of the Day
|
Class specialization equal_nocase for String. More...
#include <StringUtil.hpp>
Inherits binary_function< String, String, bool >.
Public Member Functions | |
bool | operator() (const String &lhs, const String &rhs) const |
Member function operator() returns true if the lhs is equal to rhs. More... | |
Class specialization equal_nocase for String.
Definition at line 659 of file StringUtil.hpp.
|
inline |
Member function operator() returns true if the lhs is equal to rhs.
lhs | a String const reference to the left hand side value. |
rhs | a String cosnt reference to the right hand side value. |
Definition at line 672 of file StringUtil.hpp.