std::experimental:: packaged_task
From cppreference.net
<
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
は以下を指す場合があります:
-
std::experimental::fundamentals_v1::packaged_taskorstd::experimental::fundamentals_v2::packaged_task、型消去アロケータをサポートする ライブラリ基礎仕様 によって提供される std::packaged_task の修正版; -
std::experimental::concurrency_v1::packaged_task、そのget_future()メンバ関数が当該仕様で提供される改良版 std::experimental::future を返す 並行性仕様 によって提供されるstd::packaged_taskの修正版。