basic_filebuf::swap
Exchanges the contents of this basic_filebuf for the contents of the provided basic_filebuf.
void swap(basic_filebuf& _Right);
매개 변수
- _Right
An lvalue reference to another basic_filebuf.
요구 사항
Header: <fstream>
네임스페이스: std
Exchanges the contents of this basic_filebuf for the contents of the provided basic_filebuf.
void swap(basic_filebuf& _Right);
Header: <fstream>
네임스페이스: std