bool try_associate() const noexcept;
概要
非同期スコープとの関連付けを試行する。
効果
下記と等価。
return scope->try-associate();
例外
投げない
バージョン
言語
- C++26
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??
bool try_associate() const noexcept;
非同期スコープとの関連付けを試行する。
下記と等価。
return scope->try-associate();
投げない