Function CSPWString::Clear()
Description:
Clears the content of the string, without freeing the allocated memory.
 |
Prototype:
void Clear();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
Call member function Empty() if you wish to free the allocated memory.
See also:
member function Empty(), SetSize()
|
|