|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Concept satisfied by any callable convertible to ove_timer_fn.
More...
#include <timer.hpp>
Concept satisfied by any callable convertible to ove_timer_fn.
Used to constrain the callback template parameter of Timer so that only compatible function-pointer types are accepted.
| F | The callable type to check. |