名稱空間
變體
操作

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

來自 cppreference.com
< cpp‎ | io‎ | basic streambuf
 
 
 
 
basic_streambuf& operator=( const basic_streambuf& other );
(C++11 起)

other 的資料成員賦值給 *this

目錄

[編輯] 引數

其他 - 要賦值的流緩衝區

[編輯] 返回值

*this

[編輯] 異常

可能丟擲實現定義的異常。

[編輯] 示例