LeviLamina
Loading...
Searching...
No Matches
ContainerValidationCraftResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
25
27
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCFOLD void* $ctor();
35
36 MCAPI void* $ctor(::ContainerValidationCraftResult&&);
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
Definition ContainerValidationCraftResult.h:5
Definition Alias.h:14