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
Ce navigateur n’est plus pris en charge.
Effectuez une mise à niveau vers Microsoft Edge pour tirer parti des dernières fonctionnalités, des mises à jour de sécurité et du support technique.
A protected function that returns a pointer to the beginning of the input buffer.
char_type *eback( ) const;
A pointer to the beginning of the input buffer.
Header: <streambuf>
Namespace: std