Atomically emit buffered characters to the wrapped stream.
Declared in <bslstl_osyncstream.h>
void
emit();
Atomically transfer any characters buffered by this object to the wrapped stream buffer, so that it appears in the output stream as a contiguous sequence of characters. If an error occurs, set the badbit of the rdstate to true.