std::basic_osyncstream<CharT,Traits,Allocator>::~basic_osyncstream (3) - Linux Manuals
std::basic_osyncstream<CharT,Traits,Allocator>::~basic_osyncstream: std::basic_osyncstream<CharT,Traits,Allocator>::~basic_osyncstream
NAME
std::basic_osyncstream<CharT,Traits,Allocator>::~basic_osyncstream - std::basic_osyncstream<CharT,Traits,Allocator>::~basic_osyncstream
Synopsis
~basic_osyncstream();
Destroys a synchronized output stream
First, calls emit(). If an exception is thrown by the call to emit(), it is caught and ignored. Then, destroys the member std::basic_syncbuf and the base std::basic_ostream as usual.
Parameters
(none)
Example
This section is incomplete
Reason: no example
See also
destructor (public member function of std::basic_syncbuf<CharT,Traits,Allocator>)