Share

AcString::=

C++

AcString& operator =(
    const std::wstring& csw
);

Description

Initialize this AcString from a std::wstring.

Parameters

Parameters Description
csw Input reference to the std::wstring

Returns

A reference to this AcString object.

Links

AcString

Previous Declaration

inline AcString& AcString::operator=(const std::wstring& in);

Was this information helpful?