Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
variadic-union.hpp
blob: 62ed49fcc9fad48b1aab3ee609cd0920e2f00fa2 [
file
] [
log
] [
blame
] [
edit
]
template
<
typename
...
_Types
>
union
_Variadic_union
{
_Variadic_union
()
=
default
;
};