iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
sample_mut.hpp File Reference
#include "iox2/bb/expected.hpp"
#include "iox2/bb/slice.hpp"
#include "iox2/custom_payload_marker.hpp"
#include "iox2/header_publish_subscribe.hpp"
#include "iox2/iceoryx2.h"
#include "iox2/internal/iceoryx2.hpp"
#include "iox2/payload_info.hpp"
#include "iox2/publisher_error.hpp"
#include "iox2/service_type.hpp"
#include <type_traits>

Go to the source code of this file.

Classes

class  iox2::SampleMut< S, Payload, UserHeader >
 

Namespaces

namespace  iox2
 
namespace  iox2::internal
 

Functions

template<ServiceType S, typename Payload , typename UserHeader >
auto iox2::send (SampleMut< S, Payload, UserHeader > &&sample) -> bb::Expected< size_t, SendError >