Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h43 aligned_space<R> my_return_storage; variable
47 new (my_return_storage.begin()) R(my_func()); in operator()
55 return std::move(*(my_return_storage.begin())); in consume_result()
59 my_return_storage.begin()->~R(); in ~task_arena_function()