8#ifndef FDREADOUTLIBS_INCLUDE_FDREADOUTLIBS_VARIABLESIZEPAYLOADTYPEADAPTER_HPP_
9#define FDREADOUTLIBS_INCLUDE_FDREADOUTLIBS_VARIABLESIZEPAYLOADTYPEADAPTER_HPP_
18namespace fdreadoutlibs {
35 std::unique_ptr<char>
data =
nullptr;
Convencience wrapper to take ownership over char pointers with corresponding allocated memory size.
std::unique_ptr< char > data
VariableSizePayloadTypeAdapter()
VariableSizePayloadTypeAdapter(size_t size, char *data)