Sierra Toolkit
Version of the Day
|
Class less_nocase implements a case insensitive compare functor. More...
#include <StringUtil.hpp>
Inherits binary_function< T, T, bool >.
Public Member Functions | |
bool | operator() (const T &lhs, const T &rhs) const |
Member function operator() returns true if the lhs is less than rhs. More... | |
Class less_nocase implements a case insensitive compare functor.
Definition at line 480 of file StringUtil.hpp.
|
inline |
Member function operator() returns true if the lhs is less than rhs.
lhs | a T const reference to the left hand side value. |
rhs | a T cosnt reference to the right hand side value. |
Definition at line 493 of file StringUtil.hpp.