名前空間
変種

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

提供: cppreference.com
 
 
入出力ライブラリ
入出力マニピュレータ
Cスタイルの入出力
バッファ
(C++98で非推奨)
ストリーム
抽象
ファイル入出力
文字列入出力
配列入出力
(C++98で非推奨)
(C++98で非推奨)
(C++98で非推奨)
同期化出力
エラーカテゴリインタフェース
(C++11)
 
 
<tbody> </tbody>
basic_streambuf& operator=( const basic_streambuf& other );
(C++11以上)

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

引数

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

戻り値

*this

例外

(なし)