|
Sierra Toolkit
Version of the Day
|
Class specialization equal_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 equal to rhs. | |
Class specialization equal_nocase for char const pointer.
Definition at line 725 of file StringUtil.hpp.
| bool sierra::equal_nocase< const char * >::operator() | ( | const char * | lhs, |
| const char * | rhs | ||
| ) | const [inline] |
Member function operator() returns true if the lhs is equal to rhs.
| lhs | a char const pointer to the left hand side value. |
| rhs | a char cosnt pointer to the right hand side value. |
Definition at line 737 of file StringUtil.hpp.