Sierra Toolkit
Version of the Day
|
Class specialization equal_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 equal to rhs. More... | |
Class specialization equal_nocase for char const pointer.
Definition at line 725 of file StringUtil.hpp.
|
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.