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