Share

AcString::AcString

C++

AcString(
    std::nullptr_t
);

Description

Constructs a string and initializes it to empty by passing nullptr.

Parameters

Parameters Description
nullptr Only value allowed

Remarks

Same as the default constructor.

Links

AcString

Was this information helpful?