refref
Refref is a terminology encountered mainly in introductory discussions of reference semantics. It is not a formal construct in any mainstream programming language, but rather a shorthand for the idea of a reference that points to another reference. In this sense, refref serves as a didactic device to illustrate double indirection and aliasing.
Etymology: The term blends the word reference (ref) with itself, highlighting the compositional nature of indirection.
In programming theory, refref is used to discuss how a reference value can be stored, passed, or
In data modeling and databases, the idea of a reference to a reference can appear when modeling
See also: reference, indirection, aliasing, pointer, reference wrapper.