LeviLamina
Loading...
Searching...
No Matches
zip_hash.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct zip_hash {
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 zip_hash& operator=(zip_hash const&);
17 zip_hash(zip_hash const&);
18 zip_hash();
19};
Definition Alias.h:14
Definition zip_hash.h:5