gpt4 book ai didi

c++ - 什么是 std::filebuf 等同于 ifstream::eof::fail 和::tellg

转载 作者:搜寻专家 更新时间:2023-10-31 00:56:57 26 4
gpt4 key购买 nike

如果使用 std::filebuf,是否有等同于以下函数的函数? :

std::ifstream::eof
std::ifstream::fail
std::ifstream::tellg

如果是,是哪个?

最佳答案

没有。这些东西与有关,而不是那些流使用的数据缓冲区。

std::ifstream 的全部目的是在 std::filebuf 之上添加类似的功能。

关于c++ - 什么是 std::filebuf 等同于 ifstream::eof::fail 和::tellg,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38379119/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com