System::String::operator= μέθοδος

String::operator=(const String&) method

Τελεστής ανάθεσης.

String & System::String::operator=(const String &str)
ParameterTypeΠεριγραφή
strconst String&String για αντιγραφή.

ReturnValue

Αναφορά στον εαυτό.

Δείτε επίσης

String::operator=(String&&) method

Τελεστής ανάθεσης μετακίνησης.

String & System::String::operator=(String &&str) noexcept
ParameterTypeΠεριγραφή
strString&&String για μετακίνηση δεδομένων από.

ReturnValue

Αναφορά στον εαυτό.

Δείτε επίσης