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

履歴 編集

function
<execution>

std::execution::simple_counting_scope::token::try_associate(C++26)

bool try_associate() const noexcept;

概要

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

効果

下記と等価。

return scope->try-associate();

例外

投げない

バージョン

言語

  • C++26

処理系

関連項目

参照