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
Return the unread contents of the stream as a std::string.
Declared in <streams.h>
std::string
str() const;
A string holding the unread bytes of the stream.
Created with MrDocs