reference

Allow passing a constructed object by reference, without redundant indirection. The intended use is with types which support the dot operator (a non-null class, a struct, or a non-null struct pointer).

  1. T* reference(T v)
    T*
    reference
    (
    T
    )
    (
    ref T v
    )
  2. T reference(T v)

Meta