Sierra Toolkit
Version of the Day
|
Class specialization less_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 less than rhs. More... | |
Class specialization less_nocase for String.
Definition at line 518 of file StringUtil.hpp.
|
inline |
Member function operator() returns true if the lhs is less than 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 531 of file StringUtil.hpp.