Synopsis

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

template<
    bool Requires = std::is_move_constructible<data>::value,
    typename = enable_if<Requires>::type>
unique_resource(unique_resource&& that) noexcept(std::is_nothrow_move_constructible<data>::value);