다음을 통해 공유


basic_streambuf::pbump

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

void pbump( 
   int _Count 
);

매개 변수

  • _Count
    The number of characters by which to move the write position forward.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

basic_streambuf 클래스

iostream 프로그래밍

iostreams 규칙