|
iceoryx2
C++ Language Bindings
|
#include <callback_context.hpp>
Public Member Functions | |
| CallbackContext (const T &ptr) | |
| auto | value () const -> const T & |
Building block to provide a type-safe context pointer to a C callback that has a void* context argument. The context could be hereby a user provided clojure with capture or any other C++ object.
Definition at line 47 of file callback_context.hpp.
|
inlineexplicit |
Definition at line 49 of file callback_context.hpp.
|
inline |
Definition at line 53 of file callback_context.hpp.