Share

AcString::AcString

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

AcString

Previous Declaration

ACBASE_PORT AcString(AcString && acs);

Was this information helpful?