MCPcopy Create free account
hub / github.com/bcndev/bytecoin / StringOutputStream

Method StringOutputStream

src/common/MemoryStreams.hpp:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41class StringOutputStream : public IOutputStream {
42public:
43 explicit StringOutputStream(std::string &out) : out(&out) {}
44 size_t write_some(const void *data, size_t size) override;
45
46protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected