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

Go to the source code of this file.

Classes

class  iox2::bb::detail::StaticFunction< Capacity, Signature< ReturnType, Args... > >
 A static alternative of std::function which is fixed size. More...
 

Namespaces

namespace  iox2
 
namespace  iox2::bb
 
namespace  iox2::bb::detail
 

Typedefs

template<typename ReturnType , typename... Args>
using iox2::bb::detail::Signature = ReturnType(Args...)
 

Functions

template<uint64_t Capacity, typename T >
void iox2::bb::detail::swap (StaticFunction< Capacity, T > &left, StaticFunction< Capacity, T > &right) noexcept
 swap two static functions