Share

AcString::compare

C++

Adesk::Int32 compare(
    std::nullptr_t
) const;

Description

Compare the string to nullptr.

Parameters

Parameters Description
nullptr Only allowed value

Returns

1 if this string is not empty, 0 if empty.

Links

AcString

Was this information helpful?