iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::Flatbuffer< T > Struct Template Reference

Identifies payloads that are serialized via flatbuffer. More...

#include <marker.hpp>

Public Types

using ValueType = T
 

Static Public Attributes

static constexpr const char * IOX2_TYPE_NAME = "iox2::Flatbuffer"
 IOX2_TYPE_NAME is equivalent to the payload type name used on the Rust side.
 

Detailed Description

template<typename T>
struct iox2::Flatbuffer< T >

Identifies payloads that are serialized via flatbuffer.

Definition at line 21 of file marker.hpp.

Member Typedef Documentation

◆ ValueType

template<typename T >
using iox2::Flatbuffer< T >::ValueType = T

Definition at line 22 of file marker.hpp.

Member Data Documentation

◆ IOX2_TYPE_NAME

template<typename T >
constexpr const char* iox2::Flatbuffer< T >::IOX2_TYPE_NAME = "iox2::Flatbuffer"
staticconstexpr

IOX2_TYPE_NAME is equivalent to the payload type name used on the Rust side.

Definition at line 24 of file marker.hpp.


The documentation for this struct was generated from the following file: