iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
static_function.hpp File Reference

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 }