Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::LineSweepFramework< Event, CmpEvent >::CmpSeqEvent Struct Reference

Comparator for SeqEvent, ensuring a strict weak ordering. More...

Public Member Functions

bool operator() (const SeqEvent &a, const SeqEvent &b) const
 

Public Attributes

CmpEvent cmp
 The user-provided base comparator.
 

Detailed Description

template<typename Event, typename CmpEvent>
struct Aleph::LineSweepFramework< Event, CmpEvent >::CmpSeqEvent

Comparator for SeqEvent, ensuring a strict weak ordering.

Definition at line 5755 of file geom_algorithms.H.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ cmp

template<typename Event , typename CmpEvent >
CmpEvent Aleph::LineSweepFramework< Event, CmpEvent >::CmpSeqEvent::cmp

The user-provided base comparator.

Definition at line 5757 of file geom_algorithms.H.

Referenced by Aleph::LineSweepFramework< Event, CmpEvent >::CmpSeqEvent::operator()().


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