Searched refs:my_return_storage (Results 1 – 1 of 1) sorted by relevance
43 aligned_space<R> my_return_storage; variable47 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()