streambuf::eback

Protected

char* eback() const;

END Protected

Return Value

Returns the lower bound of the get area. Space between the eback and gptr pointers is available for putting a character back into the stream.

streambuf OverviewStream Buffer Classes

See Also   streambuf::sputbackc, streambuf::gptr