NAME
A member operator of omni::chrono::queue_timer
omni::chrono::queue_timer::operator==
A member operator of omni::chrono::queue_timer
#include <omni/chrono/queue_timer.hpp>bool omni::chrono::queue_timer::operator==(const omni::chrono::queue_timer& o)
DESCRIPTION
Compares all aspects of this timer instance to another. This includes the state object, attached tick delegates, the interval, the queued events, and the current state of the timer (e.g. running/stopped).
top
Compares all aspects of this timer instance to another. This includes the state object, attached tick delegates, the interval, the queued events, and the current state of the timer (e.g. running/stopped).
top