This functor is designed to compare 0-terminated wide strings in a case-insensitive manner. More...
#include <DOMStringHelper.hpp>
Inherits binary_function< const XalanDOMChar *, const XalanDOMChar *, bool >.
Public Member Functions | |
result_type | operator() (first_argument_type theLHS, second_argument_type theRHS) const |
Compare the values of two objects. More... | |
This functor is designed to compare 0-terminated wide strings in a case-insensitive manner.
It substitutes for the default less<type*> so that the contents of wide strings can be compared, rather than just the pointers.
Definition at line 2801 of file DOMStringHelper.hpp.
|
inline |
Compare the values of two objects.
theLHS | first object to compare |
theRHS | second object to compare |
Definition at line 2813 of file DOMStringHelper.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|