|
iceoryx2
C++ Language Bindings
|
Go to the source code of this file.
Classes | |
| class | iox2::bb::Slice< T > |
| A class representing a slice of contiguous elements of type T. More... | |
| struct | iox2::bb::IsSlice< typename > |
| struct | iox2::bb::IsSlice< Slice< T > > |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::bb |
Typedefs | |
| template<typename T > | |
| using | iox2::bb::MutableSlice = Slice< T > |
| template<typename T > | |
| using | iox2::bb::ImmutableSlice = Slice< const T > |