|
Sierra Toolkit
Version of the Day
|
Class specialization equal_nocase for std::string. More...
#include <StringUtil.hpp>
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. | |
Class specialization equal_nocase for std::string.
Definition at line 692 of file StringUtil.hpp.
| bool sierra::equal_nocase< std::string >::operator() | ( | const std::string & | lhs, |
| const std::string & | rhs | ||
| ) | const [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.