streambuf::eback
[protected] char * eback ( ) const; | streambuf |
cplusplus.com |
Get pointer to beginning of input sequence.
The function returns a pointer to the first element of the input sequence.
Parameters.
Return Value.
A pointer to the beginning of the input sequence.
Basic template member declaration ( basic_streambuf<charT,traits> ):
typedef charT char_type; char_type *eback ( ) const; |
See also.
streambuf class