Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Makes this CSimpleStringT object an empty string and frees memory as appropriate.
void Empty( ) throw( );
Remarks
For more information, see Strings: CString Exception Cleanup.
Example
The following example demonstrates the use of CSimpleStringT::Empty.
CSimpleString s(_T("abc"), pMgr);
s.Empty();
_ASSERT(s.GetLength() == 0);
Requirements
Header: atlsimpstr.h