std::basic_streambuf<CharT,Traits>::operator=
提供: cppreference.com
<tbody>
</tbody>
basic_streambuf& operator=( const basic_streambuf& other ); |
(C++11以上) | |
other のデータメンバを *this に代入します。
引数
| other | - | 代入するストリームバッファ |
戻り値
*this。
例外
(なし)
例
| This section is incomplete Reason: no example |