名前空間
変種
操作

std::basic_streambuf<CharT,Traits>::swap

提供: cppreference.com
< cpp‎ | io‎ | basic streambuf
 
 
 
 
void swap( basic_streambuf& other );
(C++11以上)

ストリームバッファの内容を other の内容と交換します。

目次

[編集]引数

other - 内容を入れ替えるストリームバッファ

[編集]戻り値

(なし)

[編集]例外

(なし)

[編集]

close