Share

AcString::AcString

C++

explicit AcString(
    const std::string & str
);

Description

Constructs a string and initializes it from a std::string.

Parameters

Parameters Description
str Input reference to the std::string

Links

AcString

Was this information helpful?