std::experimental::scope_success<EF>::release

Makes the scope_success inactive.

# Declarations

void release() noexcept;

(library fundamentals TS v3)

# Return value

(none)

# Notes

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

# Example

This section is incompleteReason: no example

# See also