17 #ifndef IOX_POSH_POPO_UNTYPED_CLIENT_HPP
18 #define IOX_POSH_POPO_UNTYPED_CLIENT_HPP
20 #include "iceoryx_posh/internal/popo/untyped_client_impl.hpp"
28 using Impl = UntypedClientImpl<>;
31 using UntypedClientImpl<>::UntypedClientImpl;
35 Impl::m_trigger.reset();
Definition: untyped_client.hpp:27