|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Concept satisfied by callables that are directly convertible to void(*)(lv_event_t*).
More...
Concept satisfied by callables that are directly convertible to void(*)(lv_event_t*).
Only stateless lambdas and plain function pointers satisfy this concept. Capturing lambdas and functors with state do not, and must use the member-function-pointer overload of EventMixin::on() instead.
| F | The callable type to check. |