出典:Wikipedia
出典:『Wikipedia』 (2010/03/30 09:43 UTC 版)
In computer science, a tagged pointer is a common example of a tagged union, where the primary type of data to be stored in the union is a pointer. Often, the tag in a tagged pointer will be "folded" into the data representing the pointer, taking advantage of one of the following properties of pointers: