18#ifndef IOX_POSH_POPO_TYPED_PUBLISHER_HPP
19#define IOX_POSH_POPO_TYPED_PUBLISHER_HPP
21#include "iceoryx_posh/internal/popo/publisher_impl.hpp"
30template <
typename T,
typename H = mepoo::NoUserHeader>
The PublisherImpl class implements the typed publisher API.
Definition: publisher_impl.hpp:35
The Publisher class for the publish-subscribe messaging pattern in iceoryx.
Definition: publisher.hpp:32