Synopsis
Declared in header <boost/scope/unique_resource.hpp>
template<bool Requires = std::is_move_assignable<data>::value>
enable_if<Requires, unique_resource&>::type
operator=(unique_resource&& that) noexcept(std::is_nothrow_move_assignable<data>::value);