std::basic_streambuf<CharT,Traits>::swap
提供: cppreference.com
<tbody>
</tbody>
void swap( basic_streambuf& other ); |
(C++11以上) | |
ストリームバッファの内容を other の内容と交換します。
引数
| other | - | 内容を入れ替えるストリームバッファ |
戻り値
(なし)
例外
(なし)
例
| This section is incomplete Reason: no example |