System::String::operator= μέθοδος
String::operator=(const String&) method
Τελεστής ανάθεσης.
String & System::String::operator=(const String &str)
| Parameter | Type | Περιγραφή |
|---|---|---|
| str | const String& | String για αντιγραφή. |
ReturnValue
Αναφορά στον εαυτό.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::operator=(String&&) method
Τελεστής ανάθεσης μετακίνησης.
String & System::String::operator=(String &&str) noexcept
| Parameter | Type | Περιγραφή |
|---|---|---|
| str | String&& | String για μετακίνηση δεδομένων από. |
ReturnValue
Αναφορά στον εαυτό.
Δείτε επίσης
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++