std::basic_osyncstream<CharT,Traits,Allocator>::basic_osyncstream - cppreference.com ([original](https://en.cppreference.com/w/cpp/io/basic%5Fosyncstream/basic%5Fosyncstream.html)) (raw)

Destroys a synchronized output stream.

The destruction of the member std::basic_syncbuf will emit any buffered output not yet emitted.

[edit] Parameters

(none)

[edit] Example

[edit] See also

| | destroys the basic_syncbuf and emits its internal buffer (public member function of std::basic_syncbuf<CharT,Traits,Allocator>) [edit] | | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |