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
命名空间: 并发