std::experimental::scope_exit<EF>::~scope_exit
来自cppreference.com
< cpp | experimental | scope exit
~scope_exit() noexcept; |
(库基础 TS v3) | |
调用退出函数,若 scope_exit
活跃,然后销毁存储的 EF
(若它为异常对象)与任何其他非静态数据成员。
参阅
使 scope_exit 不活跃 (公开成员函数) |