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

Atomically transmits all pending output to the wrapped stream.

# Declarations

bool emit();

# Return value

true if all of the following is true:

# Notes

Normally called by the destructor or move assignment of the owning std::basic_osyncstream, or by std::basic_osyncstream::emit.

# Example

This section is incompleteReason: no example

# See also