Function timer
Summary
#include "breeze/time/timer.hpp"
(1) timer(timer const &)=delete
(2) explicit timer(start_mode mode=auto_start)
Function overload
Synopsis
#include "breeze/time/timer.hpp"
timer(timer const &)=delete
Description
Deleted copy constructor.
- Rationale
Source
Line 65 in breeze/time/timer.hpp.
Synopsis
#include "breeze/time/timer.hpp"
explicit timer(start_mode mode=auto_start)
Description
Initializes the underlying device by calling the default constructor and, if (and only if) mode == auto_start
, calls start().
Source
Line 84 in breeze/time/timer.hpp.