basic_fstream::swap
Exchanges the contents of two basic_fstream objects.
void swap(basic_fstream& _Right);
매개 변수
- _Right
An lvalue reference to a basic_fstream object.
설명
The member function exchanges the contents of this object and the contents of _Right.
요구 사항
Header: <fstream>
네임스페이스: std