|
Sierra Toolkit
Version of the Day
|
Class specialization less_nocase for String. More...
#include <StringUtil.hpp>
Public Member Functions | |
| bool | operator() (const String &lhs, const String &rhs) const |
| Member function operator() returns true if the lhs is less than rhs. | |
Class specialization less_nocase for String.
Definition at line 518 of file StringUtil.hpp.
| bool sierra::less_nocase< String >::operator() | ( | const String & | lhs, |
| const String & | rhs | ||
| ) | const [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.