Share

AcString::assign

C++

AcString & assign(
    std::nullptr_t
);

Description

Assigns a nullptr to the string, setting the string to empty.

Parameters

Parameters Description
nullptr_t Only allowed value

Returns

Reference to the empty string object.

Links

AcString

Was this information helpful?