Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_async_node.cpp85 static void copy_value(const T1 &in, T2 &out) { out = in; } in copy_value() function
94 static void copy_value(const place_wrapper<T1> &in, place_wrapper<T2> &out) { in copy_value() function
366 wrapper_helper<output_type, output_type>::copy_value(work.input, output); in process()