:relfileprefix: ../../../ [#C78CB675CCEE6578EFDEB0D69E45D6F853DDAE29-reset] = Overload set unique_resource::reset == Members pass:v,q[If the resource is allocated, calls the deleter function on it and marks the resource as unallocated.] [source,cpp,subs="verbatim,macros,-callouts"] ---- void reset() noexcept(detail::is_nothrow_invocable::value); xref:boost/scope/unique_resource-0c/reset-05.adoc[pass:c,q,m[*_» more..._*]] ---- [source,cpp,subs="verbatim,macros,-callouts"] ---- template enable_if::type>, detail::disjunction>, std::is_reference>>::value>::type reset(R&& res) noexcept(detail::conjunction, std::is_nothrow_assignable::type>>::value); xref:boost/scope/unique_resource-0c/reset-0f.adoc[pass:c,q,m[*_» more..._*]] ----