Share

AcString::!=

C++

bool operator !=(
    std::nullptr_t
) const;

Description

Compares the string for not empty.

Parameters

Parameters Description
nullptr Only allowed value

Returns

true if this string is not empty, false if empty.

Links

AcString

Was this information helpful?