Share

AcString::>

C++

bool operator >(
    std::nullptr_t
) const;

Description

Compares to 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?