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

=: 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).


Author: Wolfgang Schreiner
Last Modification: April 12, 1997