Deactivates the scope guard.
Synopsis
Declared in header <boost/scope/scope_exit.hpp>
void
release() noexcept;
Description
Effects: As if set_active(false)
.
Throws: Nothing.
Return Value
-
void
Deactivates the scope guard.
Declared in header <boost/scope/scope_exit.hpp>
void
release() noexcept;
Effects: As if set_active(false)
.
Throws: Nothing.
void