basic_streambuf::eback

返回指向输入缓冲区的开头的受保护的功能。

char_type *eback( ) const;

返回值

对输入缓冲区的开头的指针。

要求

标头: <streambuf>

命名空间: std

请参见

参考

basic_streambuf Class

iostream编程

(mfc)约定