< cpp | experimental | scope exit
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
~scope_exit() noexcept; |
|
(library fundamentals TS v3) |
| | |
Calls the exit function if the scope_exit
is active, then destroys the stored EF
(if it is a function object) and any other non-static data members.
[edit] See also
|
makes the scope_exit inactive (public member function) [edit]
|