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
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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