最終更新日時(UTC): 2017年03月15日 08時17分19秒 Akira Takahashi が更新
履歴 編集
protected: void swap(basic_ios& rhs) noexcept;
ストリームオブジェクトを交換する。
*this の状態と、本関数が呼びだされる前の引数 rhs の状態を交換する。ただし、rdbuf() と rhs.rdbuf() は呼び出し前と変わらない。
*this
rhs
rdbuf()
rhs.rdbuf()
無し
投げない
basic_ios::move