basic_streambuf::epptr

A protected function that returns a pointer just past the end of the output buffer.

char_type *epptr( ) const;

Return Value

A pointer just past the end of the output buffer.

Requirements

Header: <streambuf>

Namespace: std

See Also

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions

Other Resources

basic_streambuf Members