Share

AcString::append

C++

AcString & append(
    std::nullptr_t
);

Description

String is returned unchanged.

Parameters

Parameters Description
nullptr Only allowed value

Returns

A reference to this string object.

Links

AcString

Was this information helpful?