#include <event_queue.h>
◆ event_queue_element_compare_q()
Compares the execute_at members of two Event_queue_element instances.
Used as compare operator for the prioritized queue when shifting elements inside.
SYNOPSIS event_queue_element_compare_q()
- Parameters
-
left | First Event_queue_element object |
right | Second Event_queue_element object |
- Return values
-
-1 | left->execute_at < right->execute_at 0 left->execute_at == right->execute_at 1 left->execute_at > right->execute_at |
◆ operator()()
Maps compare function to strict weak ordering required by Priority_queue.
The documentation for this struct was generated from the following file: