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

std::ios_base::seekdir

typedef /*implementation defined*/ seekdir;

?

?

static constexpr seekdir beg = /*implementation defined*/ static constexpr seekdir end = /*implementation defined*/ static constexpr seekdir cur = /*implementation defined*/

?

?

指定文件查找方向类型。定义了以下常量:

Constant

Explanation

beg

the beginning of a stream

end

the ending of a stream

cur

the current position of stream position indicator

另见

seekg

sets the input position indicator (public member function of std::basic_istream)

seekp

sets the output position indicator (public member function of std::basic_ostream)

pubseekoff

invokes seekoff() (public member function of std::basic_streambuf)

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

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

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com