July 2007
Intermediate to advanced
332 pages
10h 4m
English
split Class — Type for dummy argument of a splitting constructor.
#include "tbb/tbb_stddef.h" class split;
An argument of type split is used to distinguish a splitting constructor from a copy constructor.
namespace tbb {
class split {
};
}