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 { }; }