13#ifndef IOX2_MARKER_HPP
14#define IOX2_MARKER_HPP
37template <
typename Given,
template <
typename>
class Required>
39 static const bool VALUE =
false;
42template <
typename T,
template <
typename>
class Required>
constexpr auto has_flatbuffer_marker() -> bool
Payload element for a service whose payload type details are set at runtime.
Identifies payloads that are serialized via flatbuffer.
static constexpr const char * IOX2_TYPE_NAME
IOX2_TYPE_NAME is equivalent to the payload type name used on the Rust side.