Home
last modified time | relevance | path

Searched refs:NoIntCtor (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_parallel_for.cpp376 static_assert(!can_call_index_pfor<NoIntCtor, CorrectFunc<NoIntCtor>>); in test_pfor_index_constraints()
/oneTBB/test/common/
H A Dconcepts_common.h193 using NoIntCtor = ParallelForIndex</*IntCtor = */false, /*CopyCtor = */true, /*CopyAssign = */true,… variable