omni::chrono::drop_timer::auto_reset
NAME

omni::chrono::drop_timer::auto_reset

A member function of omni::chrono::drop_timer

#include <omni/chrono/drop_timer.hpp>
bool omni::chrono::drop_timer::auto_reset()

SYNOPSIS

Returns a boolean value based on if this timer auto-resets.

top

DESCRIPTION

If true, this timer will automatically tick again after the timer elapses. If false, then start must be called after each elapse of the timer.

top