Horizon Official Technical Documentation
TaskScheduler::Compare Struct Reference

Container which provides Task order, insert and reschedule operations. More...

Public Member Functions

bool operator() (TaskContainer const &left, TaskContainer const &right) const
 

Detailed Description

Container which provides Task order, insert and reschedule operations.

Member Function Documentation

◆ operator()()

bool TaskScheduler::Compare::operator() ( TaskContainer const &  left,
TaskContainer const &  right 
) const
inline
171 {
172 return (*left.get()) < (*right.get());
173 };

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