Menu

keywords-union

Will Pittenger

Used to declare an union. Unions are types that can change their contents depending on an enum value called the Controlling member. The enum type being used is called a Controlling type. For more on unions, see the [Unions] section.


Related

Wiki: Keywords
Wiki: Structures
Wiki: Unions
Wiki: keywords-enum