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