class StdStringOutputStream
Inherited from: OutputStream.
Required header: <Eclog/StdStringOutputStream.h>
The StdStringOutputStream class warps a C++ string into an OutputStream.
Name | Description |
---|---|
str | Gets the string. |
std::string& str();
const std::string& str() const;
Gets the string.
std::string&
Reference to the string.
const std::string&
Reference to the string.