|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/detail/static_function.hpp"Go to the source code of this file.
Namespaces | |
| namespace | iox2 |
| namespace | iox2::bb |
Typedefs | |
| template<typename Signature , uint64_t Capacity = DEFAULT_FUNCTION_CAPACITY> | |
| using | iox2::bb::StaticFunction = detail::StaticFunction< Capacity, Signature > |
| A static memory replacement for std::function. | |
Variables | |
| constexpr uint64_t | iox2::bb::DEFAULT_FUNCTION_CAPACITY { 128U } |