System.AnsiStringBase.operator =
C++
AnsiStringBase& operator =(const AnsiStringBase& rhs);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | dstring.h | System | AnsiStringBase |
Description
Assigns the string rhs to this AnsiStringBase.
Use operator = to assign the value of the AnsiStringBase from another AnsiStringBase.