std::basic_syncbuf<CharT,Traits,Allocator>:: ~basic_syncbuf
From cppreference.net
<
cpp
|
io
|
basic syncbuf
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_syncbuf
| Public member functions | ||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
basic_syncbuf::~basic_syncbuf
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
| Protected member functions | ||||
|
(C++20)
|
||||
| Non-member functions | ||||
|
(C++20)
|
|
~basic_syncbuf
(
)
;
|
||
보류 중인 모든 출력(및 지연된 플러시가 있는 경우)을 래핑된 스트림으로 전송하기 위해 emit() 를 호출합니다. 이 호출에서 예외가 발생하면 catch하여 무시합니다.
목차 |
매개변수
(없음)
참고 사항
일반적으로 소유하는 std::basic_osyncstream 의 소멸자에 의해 호출됩니다.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
basic_osyncstream
을 파괴하고 내부 버퍼를 출력합니다
(
std::basic_osyncstream<CharT,Traits,Allocator>
의 public 멤버 함수)
|
|
basic_syncbuf
객체를 생성합니다
(public 멤버 함수) |