basic_fstream::swap
交换两个 basic_fstream 对象的内容。
void swap(basic_fstream& _Right);
参数
- _Right
为 basic_fstream 对象的 lvalue 引用。
备注
成员函数将交换此对象内容和 _Right内容。
要求
页眉: <fstream>
命名空间: std
交换两个 basic_fstream 对象的内容。
void swap(basic_fstream& _Right);
成员函数将交换此对象内容和 _Right内容。
页眉: <fstream>
命名空间: std