MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / operator()

Method operator()

source/timers/timer_queue.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 namespace {
26 struct deadline_comparator {
27 bool operator()(const timer_ptr& a, const timer_ptr& b) const noexcept {
28 return a->get_deadline() < b->get_deadline();
29 }
30 };
31
32 class timer_queue_internal {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected