다음을 통해 공유


basic_streambuf::gbump

A protected function that adds _Count to the next pointer for the input buffer.

void gbump( 
   int _Count 
);

매개 변수

  • _Count
    The amount by which to advance the pointer.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

basic_streambuf 클래스

iostream 프로그래밍

iostreams 규칙