basic_streambuf::egptr

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

char_type *egptr( ) const;

Return Value

A pointer just past the end of the input buffer.

Requirements

Header: <streambuf>

Namespace: std

See Also

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions

Other Resources

basic_streambuf Members