다음을 통해 공유


basic_streambuf::pbase

A protected function that returns a pointer to the beginning of the output buffer.

char_type *pbase( ) const;

반환 값

A pointer to the beginning of the output buffer.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

basic_streambuf 클래스

iostream 프로그래밍

iostreams 규칙