cancellation_token_registration::operator= 运算符

cancellation_token_registration& operator=(
   const cancellation_token_registration& _Src
);

cancellation_token_registration& operator=(
   cancellation_token_registration&& _Src
);

参数

  • _Src

要求

**标头:**pplcancellation_token.h

**命名空间:**并发

请参见

参考

cancellation_token_registration 类