Skip to content
GitLab
Explore
Sign in
👍
0
👎
0
Sebastian Dröge
🍵
@sdroege
·
Aug 25, 2023
typedef
struct
{
Tag
tag
;
union
{
struct
{
...
}
a
;
struct
{
...
}
b
;
};
}
Foo
;
```cpp typedef struct { Tag tag; union { struct { ... } a; struct { ... } b; }; } Foo; ```
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment