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

Less than functor for DOMStrings. More...

#include <xalanc/XalanDOM/XalanDOMString.hpp>

Public Member Functions

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

Detailed Description

Less than functor for DOMStrings.

Parameters
theLHSfirst string to compare
theRHSsecond string to compare
Returns
true if the theLHS is less than theRHSl

Definition at line 932 of file XalanDOMString.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 935 of file XalanDOMString.hpp.

References xalanc::XalanDOMString::compare().


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