Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_for_each.h170 void internal_add_copy_impl(std::true_type, const Item& item) { in internal_add_copy_impl() function
179 void internal_add_copy_impl(std::false_type, const Item&) { in internal_add_copy_impl() function
184 internal_add_copy_impl(typename std::is_copy_constructible<Item>::type(), item); in internal_add_copy()