LeviLamina
Loading...
Searching...
No Matches
EducationLocalLevelSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct EducationLocalLevelSettings {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> codeBuilderOverrideUri;
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 EducationLocalLevelSettings& operator=(EducationLocalLevelSettings const&);
15 EducationLocalLevelSettings(EducationLocalLevelSettings const&);
16 EducationLocalLevelSettings();
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI ::EducationLocalLevelSettings& operator=(::EducationLocalLevelSettings&&);
22
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29 MCNAPI void $dtor();
30 // NOLINTEND
31};
MCAPI::EducationLocalLevelSettings & operator=(::EducationLocalLevelSettings &&)