MCPcopy Create free account
hub / github.com/catboost/catboost / Flush

Method Flush

util/stream/output.h:119–121  ·  view source on GitHub ↗

* Flushes this stream's buffer, if any. * * Note that this can also be done with a `Flush` manipulator: * @code * stream << "some string" << Flush; * @endcode */

Source from the content-addressed store, hash-verified

117 * @endcode
118 */
119 inline void Flush() {
120 DoFlush();
121 }
122
123 /**
124 * Flushes and closes this stream. No more data can be written into a stream

Callers 6

Y_UNIT_TESTFunction · 0.45
DoFlushMethod · 0.45
DoFlushMethod · 0.45
zlib.cppFile · 0.45
EndlFunction · 0.45
FlushFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected