6 lines
69 B
C++
6 lines
69 B
C++
|
struct MyStructure {
|
||
|
int a;
|
||
|
};
|
||
|
using MY_STRUCT_TYPE = MyStructure;
|
||
|
|