最終更新日時(UTC):
が更新

履歴 編集

function
<execution>

std::execution::counting_scope::token::disassociate(C++26)

void disassociate() const noexcept;

概要

非同期スコープとの関連付けを解除する。

効果

下記と等価。

scope->disassociate()

例外

投げない

バージョン

言語

  • C++26

処理系

関連項目

参照