Namespaces
Variants

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

From cppreference.net
basic_streambuf & operator = ( const basic_streambuf & other ) ;
(C++11以降)

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

目次

パラメータ

other - 割り当てるストリームバッファ

戻り値

* this

例外

実装定義の例外をスローする可能性があります。