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

Greater 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

Greater than or equal functor for DOMStrings.

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

Definition at line 2645 of file DOMStringHelper.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 2648 of file DOMStringHelper.hpp.

References xalanc::compare().


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