Share Email Facebook Twitter LinkedIn AcString::!= C++ bool operator !=( std::nullptr_t ) const; Description Compares the string for not empty. Parameters Parameters Description nullptr Only allowed value Returnstrue if this string is not empty, false if empty. LinksAcString