std::basic_syncbuf<CharT,Traits,Allocator>::set_emit_on_sync

Changes the current emit-on-sync policy.

# Declarations

void set_emit_on_sync( bool b ) noexcept;

# Parameters

# Example

This section is incompleteReason: no example

# See also