|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/detail/assertions.hpp"#include "iox2/legacy/type_traits.hpp"#include "iox2/legacy/uninitialized_array.hpp"#include <utility>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 | |