Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Explore
Snippets
$6063
👍
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