std::basic_syncbuf<CharT,Traits,Allocator>:: get_wrapped
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)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
|
basic_syncbuf::get_wrapped
(C++20)
|
||||
|
(C++20)
|
||||
|
(C++20)
|
||||
| Protected member functions | ||||
|
(C++20)
|
||||
| Non-member functions | ||||
|
(C++20)
|
|
streambuf_type
*
get_wrapped
(
)
const
noexcept
;
|
||
래핑된 std::basic_streambuf 에 대한 포인터를 반환합니다.
목차 |
매개변수
(없음)
참고 사항
이 함수는 직접 호출될 것으로 예상되지 않습니다: 이 함수는 std::basic_osyncstream::get_wrapped 를 통해 호출됩니다.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
|
최종 대상 스트림 버퍼에 대한 포인터를 획득합니다
(
std::basic_osyncstream<CharT,Traits,Allocator>
의 public 멤버 함수)
|