cpp / latest / io / basic_osyncstream / ~basic_osyncstream.html /

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

~basic_osyncstream();

Destroys a synchronized output stream.

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

Parameters

(none).

Example

See also

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

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/io/basic_osyncstream/%7Ebasic_osyncstream