std::experimental::scope_fail<EF>::release
Min standard notice:
Makes the scope_fail inactive.
# Declarations
void release() noexcept;
(library fundamentals TS v3)
# Return value
(none)
# Notes
release may be either manually called or automatically called by scope_fail’s move constructor.
# Example
This section is incompleteReason: no example