If os.rdbuf() actually points to a std::basic_syncbuf<CharT, Traits, Allocator> buf
, toggles whether it emits (i.e., transmits data to the underlying stream buffer) when flushed:
1) calls buf.set_emit_on_sync(true)
2) calls buf.set_emit_on_sync(false)
Otherwise, these manipulators have no effect.
This is an output-only I/O manipulator, it may be called with an expression such as out << std::emit_on_flush for any out
of type std::basic_ostream.
os
(reference to the stream after manipulation)
std::basic_syncbuf<CharT,Traits,Allocator>
) [edit]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4