Searched refs:ParallelScanFunction (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 382 struct ParallelScanFunction { struct 391 template <typename R, typename T> using Correct = ParallelScanFunction<R, T, /*() = */State::correc… argument 392 template <typename R, typename T> using NoOperatorRoundBrackets = ParallelScanFunction<R, T, /*() =… 393 template <typename R, typename T> using OperatorRoundBracketsNonConst = ParallelScanFunction<R, T, … 394 template <typename R, typename T> using WrongFirstInputOperatorRoundBrackets = ParallelScanFunction… 395 …name R, typename T> using WrongSecondInputOperatorRoundBrackets = ParallelScanFunction<R, T, /*() … 396 template <typename R, typename T> using WrongThirdInputOperatorRoundBrackets = ParallelScanFunction… 397 template <typename R, typename T> using WrongReturnOperatorRoundBrackets = ParallelScanFunction<R, …
|