Property | Description | |||
Method Name | Copy operator | |||
Argument - lp | A pointer to the raw object. | |||
Argument - sp | A reference to a smart pointer wrapping an object | |||
Returns | A reference to this | |||
Description | Populates this smart pointer with a reference to the object lp or the object wrapped by sp. | |||
Remarks | ||||
Example |