次の方法で共有


cancellation_token_source::operator= 演算子

cancellation_token_source& operator=(
   const cancellation_token_source& _Src
);

cancellation_token_source& operator=(
   cancellation_token_source&& _Src
);

パラメーター

  • _Src

必要条件

ヘッダー: pplcancellation_token.h

名前空間: concurrency

参照

関連項目

cancellation_token_source クラス