C++
AcString( AcString && acs );
Description
Move constructor.
Parameters
Parameters | Description |
---|---|
acs | Input reference to an existing temp AcString object.Source will be converted to empty, destination will contain all data that source had including GetBuffer and utf8 data. |
Links
Previous Declaration
ACBASE_PORT AcString(AcString && acs);