[ Web Proxy ]
URL:
Viewing: https://cppreference.com/cpp/io/basic_osyncstream/~basic_osyncstream [Back]  [Original]

std::basic_osyncstream<CharT,Traits,Allocator>::~basic_osyncstream - cppreference.com
cppreference.com
Namespaces
Variants

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

From cppreference.com
 
 
 
 
~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>) [edit]

Web Proxy Viewer  |  New URL  |  Original Page