|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Concept satisfied by any callable convertible to void(*)(void*).
More...
#include <types.hpp>
Concept satisfied by any callable convertible to void(*)(void*).
Used to constrain the entry-function template parameter of Thread so that only stateless function pointers or compatible functors are accepted.
| F | The callable type to check. |