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