:relfileprefix: ../../../ [#D405E50DCF969F7114380005A113C3615CFA5F15] = Function unique_resource::unique_resource == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- template< typename R, typename = enable_if, std::is_constructible::type, typename detail::move_or_copy_construct_ref::type>, detail::disjunction>, std::is_reference>>::value>::type> unique_resource(R&& res) noexcept(std::is_nothrow_constructible::type, typename detail::move_or_copy_construct_ref::type>::value); ----