名前空間
変種
操作

std::basic_streambuf<CharT,Traits>::operator=

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

other のデータメンバを *this に代入します。

目次

[編集]引数

other - 代入するストリームバッファ

[編集]戻り値

*this

[編集]例外

(なし)

[編集]

close