17 #ifndef IOX_POSH_POPO_SAMPLE_DELETER_HPP
18 #define IOX_POSH_POPO_SAMPLE_DELETER_HPP
20 #include "iceoryx_posh/mepoo/chunk_header.hpp"
32 template <
typename Port>
46 void operator()(
const T*
const userPayload)
const;
55 #include "iceoryx_posh/internal/popo/sample_deleter.inl"
Definition: service_description.hpp:29
The SampleDeleter struct is a custom deleter in functor form which releases loans to a sample's under...
Definition: sample_deleter.hpp:34
void operator()(T *const userPayload)
Handles deletion of the sample.
Definition: sample_deleter.inl:34