Synopsis
Declared in header <boost/scope/unique_resource.hpp>
template<
bool Requires = std::is_default_constructible<data>::value,
typename = enable_if<Requires>::type>
constexpr
unique_resource() noexcept(std::is_nothrow_default_constructible<data>::value);