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