Share Email Facebook Twitter LinkedIn AcString::assign C++ AcString & assign( std::nullptr_t ); Description Assigns a nullptr to the string, setting the string to empty. Parameters Parameters Description nullptr_t Only allowed value Returns Reference to the empty string object. LinksAcString