Share

AcString::+

C++

AcString operator +(
    std::nullptr_t
) const;

Description

Returns a copy of the existing string.

Parameters

Parameters Description
nullptr Only allowed value

Returns

A reference to this string object.

Links

AcString

Was this information helpful?