Namespaces
Variants
Actions

std::basic_osyncstream<CharT,Traits,Allocator>::emit

From cppreference.com
 
 
 
 
void emit();

Emits all buffered output and executes any pending flushes, by calling emit() on the underlying std::basic_syncbuf.

[edit] Parameters

(none)

[