Ptr.Operator= Methods
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Assigns the specified smart pointer to this instance.
| Name | Description | |
|---|---|---|
| Public method | operator=(const Ptr<T>& p) | Assigns the specified smart pointer to this instance. |
| Public method | operator=(T* p) | Assigns the specified smart pointer to this instance. |
| Public method | operator=(const Ptr<U>& p) | Assigns the specified smart pointer to this instance. |
Ptr& operator=( const Ptr& p );Ptr& operator=( T* p );template< class U >
Ptr& operator=( const Ptr<U>& p );Windows, Linux, Android
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article