LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ldes::engine::EventLater Struct Reference

Later-is-greater, so the priority queue pops the earliest event. More...

#include <line/solvers/ldes/ldes_engine.h>

Public Member Functions

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

Detailed Description

Later-is-greater, so the priority queue pops the earliest event.

Definition at line 174 of file ldes_engine.h.

Member Function Documentation

◆ operator()()

bool line::ldes::engine::EventLater::operator() ( const Event & a,
const Event & b ) const
inline

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