std::experimental::packaged_task (concurrency TS)
Min standard notice:
Header: <experimental/future>
This page is about the modified version of std::packaged_task provided by the concurrency TS supporting the std::future improvements made by that TS. For the version of packaged_task with type-erased allocator support provided by the Library Fundamentals TSes, see std::experimental::fundamentals_v2::packaged_task.
# Declarations
template< class > class packaged_task; //not defined
(concurrency TS)
template< class R, class ...Args >
class packaged_task<R(Args...)>;
(concurrency TS)