LeviLamina
Loading...
Searching...
No Matches
BufferSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace dragon::memory {
6
8public:
9 // BufferSource inner types declare
10 // clang-format off
11 struct LifetimeToken;
12 struct UseTracker;
13 // clang-format on
14
15 // BufferSource inner types define
16 struct LifetimeToken {};
17
18 struct UseTracker {};
19};
20
21} // namespace dragon::memory
Definition BufferSource.h:18
Definition BufferSource.h:7