bsl::basic_osyncstream::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.

Synopsis

Declared in <bslstl_osyncstream.h>

void
emit();