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