Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
页面std::basic_filebuf::sync()说
std::basic_filebuf::sync()
sync()或其等价物由 ... 隐式调用seekoff(),并且seekpos()...
sync()
seekoff()
seekpos()
但我似乎在语言规范中找不到任何提及,无论是here还是here。
我对两者的规范部分的阅读是filebuf,甚至不清楚它们是否有效地完成了所做的事情(以及他们要做的其他事情),更不用说调用它或它的等价物了。seekoff()seekpos()sync()
filebuf
cppreference上的这个措辞是否具有误导性?