basic_streambuf::pptr

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

char_type *pptr( ) const;

Return Value

A pointer to the next element of the output buffer.

Requirements

Header: <streambuf>

Namespace: std

See Also

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions