LibreOffice Module comphelper (master) 1
Public Member Functions | Private Attributes | List of all members
comphelper::LessPredicateAdapter Struct Reference

#include <anycompare.hxx>

Collaboration diagram for comphelper::LessPredicateAdapter:
[legend]

Public Member Functions

 LessPredicateAdapter (const IKeyPredicateLess &_predicate)
 
bool operator() (css::uno::Any const &_lhs, css::uno::Any const &_rhs) const
 

Private Attributes

IKeyPredicateLess const & m_predicate
 

Detailed Description

Definition at line 50 of file anycompare.hxx.

Constructor & Destructor Documentation

◆ LessPredicateAdapter()

comphelper::LessPredicateAdapter::LessPredicateAdapter ( const IKeyPredicateLess _predicate)
inline

Definition at line 52 of file anycompare.hxx.

Member Function Documentation

◆ operator()()

bool comphelper::LessPredicateAdapter::operator() ( css::uno::Any const &  _lhs,
css::uno::Any const &  _rhs 
) const
inline

Definition at line 57 of file anycompare.hxx.

References comphelper::IKeyPredicateLess::isLess(), and m_predicate.

Member Data Documentation

◆ m_predicate

IKeyPredicateLess const& comphelper::LessPredicateAdapter::m_predicate
private

Definition at line 63 of file anycompare.hxx.

Referenced by operator()().


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