首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

std::basic_filebuf::uflow

protected: virtual int_type uflow()

?

?

行为类似于underflow(),但如果underflow()%28不返回Traits::eof()%29,然后为GET区域前进下一个指针。换句话说,使用由underflow()...

参数

%280%29

返回值

在成功的情况下被读取和消耗的字符的价值,或Traits::eof()万一失败。

另见

uflow virtual

reads characters from the associated input sequence to the get area and advances the next pointer (virtual protected member function of std::basic_streambuf)

underflow virtual

reads from the associated file (virtual protected member function)

overflow virtual

writes characters to the associated file from the put area (virtual protected member function)

代码语言:txt
复制
 ? cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com