fpos::operator+
增加文件位置指示符。
fpos<Statetype> operator+(
streamoff _Off
) const;
参数
- _Off
前面要添加文件位置指示符的偏移量。
返回值
在文件的位置。
备注
成员函数返回 fpos(*this) += _Off。
示例
使用 **operator+**示例参见 运算符! =。
要求
标头: <ios>
命名空间: std
增加文件位置指示符。
fpos<Statetype> operator+(
streamoff _Off
) const;
在文件的位置。
成员函数返回 fpos(*this) += _Off。
使用 **operator+**示例参见 运算符! =。
标头: <ios>
命名空间: std