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