LeviLamina
Loading...
Searching...
No Matches
ComponentStorage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/flat_map.h"
7
8namespace cereal {
9
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI ::cereal::ComponentStorage& operator=(::cereal::ComponentStorage const&);
27
28 MCNAPI ::cereal::ComponentStorage& operator=(::cereal::ComponentStorage&&);
29 // NOLINTEND
30};
31
32} // namespace cereal
Definition ComponentStorage.h:10
MCAPI::cereal::ComponentStorage & operator=(::cereal::ComponentStorage const &)
MCAPI::cereal::ComponentStorage & operator=(::cereal::ComponentStorage &&)
Definition Alias.h:14