Return the unread contents of the stream as a std::string.

Synopsis

Declared in <streams.h>

std::string
str() const;

Return Value

A string holding the unread bytes of the stream.

Created with MrDocs