std::experimental::unique_resource<R, D>::release

Releases the ownership of the managed resource if any. The destructor will not execute the deleter after the call, unless reset is called later for managing new resource.

# Declarations

void release() noexcept;

(library fundamentals TS v3)

# Return value

(none)

# Example

This section is incompleteReason: no example

# See also