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, 해당 TS에서 제공하는 향상된 std::experimental::future 를 반환하는get_future()멤버 함수를 가진 동시성 TS 에서 제공하는std::promise의 수정된 버전.