cancellation_token_registration::cancellation_token_registration 建構函式
建構 cancellation_token_registration 物件。
cancellation_token_registration();
cancellation_token_registration(
const cancellation_token_registration& _Src
);
cancellation_token_registration(
cancellation_token_registration&& _Src
);
參數
- _Src
來源 cancellation_token_registration 物件。
備註
預設建構函式會建立空白的cancellation_token_registration物件,也就不是是有效直到複製到或從不同的指派有效cancellation_token_registration。
為cancellation_token_registration的行為就像智慧型指標之後的複製建構,, 這物件代表相同的實際登錄成_Src。
需求
標頭: ppl.h
Namespace: 並行存取