Marks the resource as unallocated. Does not call the deleter if the resource was previously allocated.

Synopsis

Declared in header <boost/scope/unique_resource.hpp>

void
release() noexcept;

Description

Throws: Nothing.

Return Value

  • void