struct mrpt::io::internal::TFreeFnDataForZMQ

Overview

#include <mrpt/io/CMemoryStream.h>

struct TFreeFnDataForZMQ
{
    // fields

    CMemoryStream* buf {nullptr};
    bool do_free {true};

    // construction

    TFreeFnDataForZMQ();
};