MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / flush

Method flush

Source/external/hps/buffer/stream_output_buffer.h:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void flush() {
40 stream->write(buffer, pos);
41 pos = 0;
42 }
43
44 template <class T>
45 StreamOutputBuffer& operator<<(const T& t) {

Callers 2

to_streamFunction · 0.45
to_stringFunction · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected