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

Less than or equal functor for DOMStrings. More...

#include <xalanc/PlatformSupport/DOMStringHelper.hpp>

Public Member Functions

bool operator() (const XalanDOMString &theLHS, const XalanDOMString &theRHS) const
 

Detailed Description

Less than or equal functor for DOMStrings.

Parameters
theLHSfirst string to compare
theRHSsecond string to compare
Returns
true if the theLHS is less than or equal to theRHS

Definition at line 2607 of file DOMStringHelper.hpp.

Member Function Documentation

◆ operator()()

bool xalanc::DOMStringLessThanOrEqualFunction::operator() ( const XalanDOMString theLHS,
const XalanDOMString theRHS 
) const
inline

Definition at line 2610 of file DOMStringHelper.hpp.

References xalanc::compare().


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