str

Returns a pointer to a character array.

  char* str();
  
Remarks

The function str() freezes any dynamic allocation.

Returns a null terminated character array.

For an example of ostrstream str() usage refer to ostrstream::freeze(),