std::basic_syncbuf<CharT,Traits,Allocator>::set_emit_on_sync
Min standard notice:
Changes the current emit-on-sync policy.
# Declarations
void set_emit_on_sync( bool b ) noexcept;
# Parameters
b: new value for the emit-on-sync policy
# Example
This section is incompleteReason: no example