\"\" \"\" \"\"
Go backward to Null(): Test for Unbound Thread Bag
Go up to General
Go forward to =: Assignment
RISC-Linz logo

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

Author: Wolfgang Schreiner
Last Modification: April 12, 1997