Click here to Skip to main content
15,891,762 members
Articles / Programming Languages / C++

Union Lists: Single Value, Multiple Types

Rate me:
Please Sign up or sign in to vote.
4.63/5 (16 votes)
20 Jan 20051 min read 67.2K   28  
A union list is a simple union style type which can hold one value of any of a fixed number of types.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer Ara 3D
Canada Canada
I am the designer of the Plato programming language and I am the founder of Ara 3D. I can be reached via email at cdiggins@gmail.com

Comments and Discussions