Go backward to Null(): Test for Unbound Thread Bag
Go up to General
Go forward to =: Assignment

ThreadBag(): Duplication

ThreadBag<T> b(c)
            ThreadBag<T> c

Specification: Defines a thread bag handle b bound to the same thread bag as c. If c is not bound to any bag, b is also unbound.

Note: This definition is more efficient than the otherwise equivalent form

ThreadBag<T> c = b

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

Prev Up Next