Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::less_no_case_ascii_wide_string Struct Reference

This functor is designed to compare 0-terminated wide strings in a case-insensitive manner. More...

#include <xalanc/PlatformSupport/DOMStringHelper.hpp>

Public Member Functions

bool operator() (const XalanDOMChar *theLHS, const XalanDOMChar *theRHS) const
 Compare the values of two objects. More...
 

Detailed Description

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 2662 of file DOMStringHelper.hpp.

Member Function Documentation

◆ operator()()

bool xalanc::less_no_case_ascii_wide_string::operator() ( const XalanDOMChar *  theLHS,
const XalanDOMChar *  theRHS 
) const
inline

Compare the values of two objects.

Parameters
theLHSfirst object to compare
theRHSsecond object to compare
Returns
true if objects are the same

Definition at line 2673 of file DOMStringHelper.hpp.

References xalanc::compareIgnoreCaseASCII().


The documentation for this struct was generated from the following file: