\"\" \"\" \"\"
Go backward to Pointer(): Duplication
Go up to General
Go forward to ==: Comparison
RISC-Linz logo

=: Assignment

p = q
      Pointer<T> p
      Pointer<T> q

Specification: Binds p to the object q (i.e. to the object to which q is bound). This overrides any previous binding of p. If q is not bound to any object, p becomes unbound.

Complexity: O(1).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997