LibreOffice Module slideshow (master) 1
Public Types | Public Member Functions | List of all members
slideshow::internal::HyperlinkArea::lessThanArea Struct Reference

Functor struct, for area ordering. More...

#include <hyperlinkarea.hxx>

Public Types

typedef bool result_type
 

Public Member Functions

bool operator() (const std::shared_ptr< HyperlinkArea > &rLHS, const std::shared_ptr< HyperlinkArea > &rRHS) const
 

Detailed Description

Functor struct, for area ordering.

This defines a strict weak ordering of areas, sort key is the object ptr value. Most typical use is for associative containers holding areas.

Definition at line 71 of file hyperlinkarea.hxx.

Member Typedef Documentation

◆ result_type

Definition at line 74 of file hyperlinkarea.hxx.

Member Function Documentation

◆ operator()()

bool slideshow::internal::HyperlinkArea::lessThanArea::operator() ( const std::shared_ptr< HyperlinkArea > &  rLHS,
const std::shared_ptr< HyperlinkArea > &  rRHS 
) const
inline

Definition at line 76 of file hyperlinkarea.hxx.


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