std::experimental::packaged_task
From cppreference.com
< cpp | experimental
C++
Experimental
| Technical Specification | ||||
| Filesystem library (filesystem TS) | ||||
| Library fundamentals (library fundamentals TS) | ||||
| Library fundamentals 2 (library fundamentals TS v2) | ||||
| Library fundamentals 3 (library fundamentals TS v3) | ||||
| Extensions for parallelism (parallelism TS) | ||||
| Extensions for parallelism 2 (parallelism TS v2) | ||||
| Extensions for concurrency (concurrency TS) | ||||
| Extensions for concurrency 2 (concurrency TS v2) | ||||
| Concepts (concepts TS) | ||||
| Ranges (ranges TS) | ||||
| Reflection (reflection TS) | ||||
| Mathematical special functions (special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
std::experimental::packaged_task may refer to:
-
std::experimental::fundamentals_v1::packaged_taskorstd::experimental::fundamentals_v2::packaged_task, a modified version of std::packaged_task provided by the library fundamentals TS with support for type-erased allocators; -
std::experimental::concurrency_v1::packaged_task, a modified version ofstd::packaged_taskprovided by the concurrency TS whoseget_future()member function returns the improved std::experimental::future provided by that TS.