共用方式為


fpos::operator==

測試是否相等的檔案位置。

bool operator==(
    const fpos<Statetype>& _Right
) const;

參數

  • _Right
    檔案位置顯示比較的。

傳回值

true ,如果檔案位置顯示相等,否則 false

備註

成員函式傳回 (streamoff)*this == (streamoff)_Right。

範例

使用 **operator+=**範例參閱 運算子! =

需求

標題: <ios>

命名空間: std

請參閱

參考

fpos Class

iostream 程式設計

iostreams 慣例