distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
BoundQueueFunctor class header. More...
Go to the source code of this file.
Classes | |
class | distortos::internal::BoundQueueFunctor< F > |
BoundQueueFunctor is a type-erased QueueFunctor which calls its bound functor to execute actions on queue's storage. More... | |
Namespaces | |
distortos | |
Top-level namespace of distortos project. | |
distortos::internal | |
Internals of distortos project - should not be used directly! | |
Functions | |
template<typename F > | |
constexpr BoundQueueFunctor< F > | distortos::internal::makeBoundQueueFunctor (F &&boundFunctor) |
Helper factory function to make BoundQueueFunctor object with deduced template arguments. More... | |
BoundQueueFunctor class header.