| std::basic_osyncstream::~basic_osyncstream(3) | C++ Standard Libary | std::basic_osyncstream::~basic_osyncstream(3) | 
NAME¶
std::basic_osyncstream::~basic_osyncstream - std::basic_osyncstream::~basic_osyncstream
Synopsis¶
~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¶
 This section is incomplete
  
   Reason: no example
See also¶
 destroys the basic_syncbuf and emits its internal buffer
  
   destructor (public member function of
    std::basic_syncbuf<CharT,Traits,Allocator>)
Category:¶
* Todo no example
| 2024.06.10 | http://cppreference.com |