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