operator=()
Object::operator=(Object const&) method
Assignment operator. Doesn’t copy anything, really, just initializes new object and enables copy constructing subclasses.
Object & System::Object::operator=(Object const &x)
Arguments
Parameter | Type | Description |
---|---|---|
x | Object const& | Formal parameter. |
See Also
- Class Object
- Namespace System
- Library Aspose.Slides