cancellation_token_source::cancellation_token_source 建構函式
建構 cancellation_token_source 物件。
cancellation_token_source();
cancellation_token_source(
const cancellation_token_source& _Src
);
cancellation_token_source(
cancellation_token_source&& _Src
);
參數
- _Src
來源cancellation_token從複製或移動的物件。
備註
預設建構函式會建立新的語彙基元來源與沒有連結的取消語彙基元。
為cancellation_token_source的行為就像智慧型指標之後的複製建構,, 而新的物件表示相同語彙基元做為來源_Src不會。
需求
標頭: ppl.h
Namespace: 並行存取