std::basic_osyncstream<CharT,Traits,Allocator>:: ~basic_osyncstream
From cppreference.net
<
cpp
|
io
|
basic osyncstream
C++
Input/output library
| I/O manipulators | ||||
| Print functions (C++23) | ||||
| C-style I/O | ||||
| Buffers | ||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(C++20)
|
||||
| Streams | ||||
| Abstractions | ||||
| File I/O | ||||
| String I/O | ||||
| Array I/O | ||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(C++23)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
|
(
C++98/26*
)
|
||||
| Synchronized Output | ||||
|
(C++20)
|
||||
| Types | ||||
| Error category interface | ||||
|
(C++11)
|
||||
|
(C++11)
|
std::basic_osyncstream
| Public member functions | ||||
|
(C++20)
|
||||
|
basic_osyncstream::~basic_osyncstream
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
|
~basic_osyncstream
(
)
;
|
||
동기화된 출력 스트림을 파괴합니다.
멤버 std::basic_syncbuf 의 소멸자는 아직 출력되지 않은 모든 버퍼링된 출력을 방출합니다.
매개변수
(없음)
예제
|
이 섹션은 불완전합니다
이유: 예제 없음 |
참고 항목
basic_syncbuf
를 파괴하고 내부 버퍼를 방출합니다
(
std::basic_syncbuf<CharT,Traits,Allocator>
의
public member function
)
|