std::basic_streambuf<CharT,Traits>:: sbumpc, std::basic_streambuf<CharT,Traits>:: stossc
From cppreference.net
<
cpp
|
io
|
basic streambuf
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_streambuf
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
int_type sbumpc
(
)
;
|
(1) | |
|
void
stossc
(
)
;
|
(2) |
(C++98에서 사용 중단됨)
(C++17에서 제거됨) |
한 문자를 읽고 입력 시퀀스를 한 문자만큼 진행합니다.
2)
(1)
와 동일하지만, 결과를 버립니다.
목차 |
매개변수
(없음)
반환값
1)
get pointer
가 가리키는 문자의 값, 또는 읽기 위치를 사용할 수 없는 경우
Traits
::
eof
(
)
입니다.
예제
|
이 섹션은 불완전합니다
이유: 예제가 없음 |
참고 항목
|
입력 시퀀스에서 한 문자를 읽되 시퀀스를 진행하지 않음
(public member function) |
|
|
입력 시퀀스를 진행한 후, 다시 진행하지 않고 한 문자를 읽음
(public member function) |