Sierra Toolkit
Version of the Day
|
Class specialization less_nocase for char const pointer. More...
#include <StringUtil.hpp>
Inherits binary_function< const char *, const char *, bool >.
Public Member Functions | |
bool | operator() (const char *lhs, const char *rhs) const |
Member function operator() returns true if the lhs is less than rhs. More... | |
Class specialization less_nocase for char const pointer.
Definition at line 594 of file StringUtil.hpp.
|
inline |
Member function operator() returns true if the lhs is less than rhs.
lhs | a char const pointer to the left hand side value. |
rhs | a char const pointer to the right hand side value. |
Definition at line 607 of file StringUtil.hpp.