LeviLamina
Loading...
Searching...
No Matches
zip.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct zip {
6public:
7 // member variables
8 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 zip& operator=(zip const&);
32 zip(zip const&);
33 zip();
34};
Definition Alias.h:14
Definition zip.h:5