Synopsis
Declared in header <boost/scope/unique_resource.hpp>
template<bool Requires = detail::is_swappable<data>::value>
friend
enable_if<Requires>::type
swap(
unique_resource& left,
unique_resource& right) noexcept(detail::is_nothrow_swappable<data>::value);