System::String::operator= method
String::operator=(const String&) method
Assignment operator.
String & System::String::operator=(const String &str)
Parameter | Type | Description |
---|---|---|
str | const String& | String to copy. |
ReturnValue
Self reference.
See Also
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++
String::operator=(String&&) method
Move assignment operator.
String & System::String::operator=(String &&str) noexcept
Parameter | Type | Description |
---|---|---|
str | String&& | String to move data from. |
ReturnValue
Self reference.
See Also
- Class String
- Class String
- Namespace System
- Library Aspose.PDF for C++