structured_task_group::~structured_task_group 解構函式
終結 structured_task_group 物件。 您應在解構函式執行前在物件上呼叫 wait 或 run_and_wait 方法,除非執行解構函式是因例外狀況而回溯堆疊的結果。
~structured_task_group();
備註
如果解構函式會以 and 的結果正常性執行 (例如,沒有堆疊回溯例外狀況受限於) 兩者都不wait或run_and_wait在呼叫方法、 解構函式可能會擲回 missing_wait 例外狀況。
需求
標頭: ppl.h
Namespace: 並行存取