basic_streambuf::pbase

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

char_type *pbase( ) const;

Return Value

A pointer to the beginning of the output buffer.

Requirements

Header: <streambuf>

Namespace: std

See Also

Concepts

basic_streambuf Class

basic_streambuf Members

iostream Programming

iostreams Conventions