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>omni::chrono::queue_timer& omni::chrono::queue_timer::operator=(const omni::chrono::queue_timer& other)
DESCRIPTION
Assigns the interval, state object and tick event data of another timer to this one. If this timer is currently running, it is stopped before the assignment occurs.
top
Assigns the interval, state object and tick event data of another timer to this one. If this timer is currently running, it is stopped before the assignment occurs.
top
NOTES
Care should be taken if your tick event delegate utilizes the state object of this instance since it could be destroyed in assignment.
top
Care should be taken if your tick event delegate utilizes the state object of this instance since it could be destroyed in assignment.
top