名前空間
変種
操作

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

From cppreference.com
< cpp‎ | io‎ | basic streambuf
 
 
 
 
basic_streambuf& operator=( const basic_streambuf& other );
(C++11以降)

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

目次

[編集] パラメータ

その他 - 代入するストリームバッファ

[編集] 戻り値

*this

[編集] 例外

実装定義の例外をスローする場合があります。

[編集]

English 日本語 中文(简体) 中文(繁體)