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

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions

Other Resources

basic_streambuf Members