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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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