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