Go backward to ThreadBag(): Duplication
Go up to General
Go forward to ==: Comparison

=: Assignment

b = c
      ThreadBag<T> b
      ThreadBag<T> c

Specification: Binds b to the thread bag c (i.e. to the bag to which c is bound). This overrides any previous binding of b. If c is not bound to any bag, b becomes unbound.

Complexity: O(1).


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

Prev Up Next