System.AnsiStringT.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

AnsiStringT& operator =(const AnsiStringT& rhs) {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Assigns the string rhs to this AnsiStringBase.

System.AnsiStringT.operator = inherits from System.AnsiStringBase.operator =. All content below this line refers to System.AnsiStringBase.operator =.

Assigns the string rhs to this AnsiStringBase.

Use operator = to assign the value of the AnsiStringBase from another AnsiStringBase.