shared_future::shared_future 생성자
shared_future 개체를 생성합니다.
shared_future() _NOEXCEPT;
shared_future(future<Ty>&& Right) _NOEXCEPT;
shared_future(shared_future&& Right) _NOEXCEPT;
shared_future(const shared_future& Right);
매개 변수
- Right
A 이후 또는 shared_future 개체입니다.
설명
첫 번째 생성자 구문에 shared_future 없는 개체 비동기 상태 연결.
생성 되는 두 번째 및 세 번째 생성자는 shared_future 개체와 관련 된 비동기 상태에서 전송 Right.Right비동기 연결된 상태를 더 이상 없습니다.
네 번째 생성자 구문에 shared_future 가 동일한 개체 관련 된 비동기 상태로 Right.
요구 사항
헤더: 미래
네임 스페이스: std