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

Method VectorOutputStream

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

Source from the content-addressed store, hash-verified

98class VectorOutputStream : public IOutputStream {
99public:
100 explicit VectorOutputStream(BinaryArray &out) : out(&out) {}
101 size_t write_some(const void *data, size_t size) override;
102
103protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected