basic_streambuf::egptr

返回输入指针经过缓冲区结尾的受保护的函数。

char_type *egptr( ) const;

返回值

指针跳过输入缓冲区的末尾。

要求

页眉: <streambuf>

命名空间: std

请参见

参考

basic_streambuf 类

iostream 编程

iostreams 约定