Home
last modified time | relevance | path

Searched defs:ParallelScanBody (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dconcepts_common.h348 struct ParallelScanBody { struct
349 ParallelScanBody( ParallelScanBody&, tbb::split ) requires EnableSplitCtor {} in ParallelScanBody() function
351 void reverse_join( ParallelScanBody& ) requires (EnableReverseJoin == State::correct) {} in reverse_join() argument
354 void assign( ParallelScanBody& ) requires (EnableAssign == State::correct) {} in assign() argument
366 template <typename R> using Correct = ParallelScanBody<R, /*SplitCtor = */true, /*ReverseJoin = */S… argument