basic_streambuf::eback

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

char_type *eback( ) const;

Return Value

A pointer to the beginning of the input buffer.

Requirements

Header: <streambuf>

Namespace: std

See Also

Reference

basic_streambuf Class

iostream Programming

iostreams Conventions