Ptr.Swap Methods
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Swaps the state with another smart pointer of the same type.
Name | Description | |
---|---|---|
Public method | swap(Ptr<T>& p) | Swaps the state with another smart pointer of the same type. |
swap(Ptr<T>& x, Ptr<T>& y) | Swaps the state of two smart pointers of the same type. |
void swap( Ptr<T>& p );
// This is global function and not a member
template< class T >
void swap( Ptr<T>& x, Ptr<T>& y );
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article