Sierra Toolkit
Version of the Day
|
Class specialization equal_nocase for std::string. More...
#include <StringUtil.hpp>
Inherits binary_function< std::string, std::string, bool >.
Public Member Functions | |
bool | operator() (const std::string &lhs, const std::string &rhs) const |
Member function operator() returns true if the lhs is equal to rhs. More... | |
Class specialization equal_nocase for std::string.
Definition at line 692 of file StringUtil.hpp.
|
inline |
Member function operator() returns true if the lhs is equal to rhs.
lhs | a std::string const reference to the left hand side value. |
rhs | a std::string cosnt reference to the right hand side value. |
Definition at line 705 of file StringUtil.hpp.