Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield::detail::ScheduledComparator Struct Reference

Comparator that orders timers by earliest fire time. More...

#include <TimerScheduler.hpp>

Public Member Functions

bool operator() (const ScheduledTimer &lhs, const ScheduledTimer &rhs) const
 

Detailed Description

Comparator that orders timers by earliest fire time.

Definition at line 89 of file TimerScheduler.hpp.

Member Function Documentation

◆ operator()()

bool time_shield::detail::ScheduledComparator::operator() ( const ScheduledTimer & lhs,
const ScheduledTimer & rhs ) const
inline

Definition at line 90 of file TimerScheduler.hpp.


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