LeviLamina
Loading...
Searching...
No Matches
VectorTestFacet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::Debug {
6
8public:
9 // VectorTestFacet inner types declare
10 // clang-format off
11 template<typename T0> struct Allocator;
12 // clang-format on
13
14 // VectorTestFacet inner types define
15 template <typename T0>
16 struct Allocator {};
17};
18
19} // namespace OreUI::Debug
Definition VectorTestFacet.h:16
Definition VectorTestFacet.h:7