Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 589 Bytes

StdStringOutputStream.md

File metadata and controls

35 lines (21 loc) · 589 Bytes

StdStringOutputStream

class StdStringOutputStream

Inherited from: OutputStream.

Required header: <Eclog/StdStringOutputStream.h>

The StdStringOutputStream class warps a C++ string into an OutputStream.

Member functions

Name Description
str Gets the string.

str

std::string& str();
const std::string& str() const;

Gets the string.

Return value

std::string& Reference to the string.

const std::string& Reference to the string.