struct mrpt::io::CFileGZOutputStream::Impl

Overview

struct Impl
{
    // fields

    gzFile f = nullptr;
    std::string filename;
};