Exemplo n.º 1
0
 BlockedRangeWDPReducer (WDPin &in) :
   wd (in),
   result (in.identity ())
 {}
Exemplo n.º 2
0
 BlockedRangeWDPReducer(BlockedRangeWDPReducer &in, tbb::split) : wd(in.wd)
 {
   wd.result = wd.identity();
 }