std::experimental::scope_exit<EF>::release

Makes the scope_exit inactive.

# Declarations

void release() noexcept;

(library fundamentals TS v3)

# Return value

(none)

# Notes

release may be either manually called or automatically called by scope_exit’s move constructor.

# Example

This section is incompleteReason: no example

# See also