Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Exchanges the values in this basic_ios object for those of another basic_ios object. However, the pointers to the stream buffers are not swapped.
void swap(basic_ios&& _Right);
Parameters
- _Right
The basic_ios object that is used to exchange values.
Remarks
The protected member function exchanges all the values stored in _Right with *this except the stored stream buffer pointer.
Requirements
Header: <ios>
Namespace: std