std::basic_osyncstream<CharT,Traits,Allocator>::emit
From cppreference.com
< cpp | io | basic osyncstream
void emit(); |
||
Emits all buffered output and executes any pending flushes, by calling emit() on the underlying std::basic_syncbuf.
[edit] Parameters
(none)