共用方式為


basic_streambuf::operator=

將這個物件的值是從另一個 basic_streambuf 物件的。

basic_streambuf& operator=(
    const basic_streambuf& _Right
);

參數

  • _Right
    用來指派值給這個物件的 basic_streambuf 物件建立左值參考。

屬性值/傳回值

傳回 *this。

備註

從 _Right 的保護成員運算子重複控制輸入緩衝區和輸出緩衝區的指標。 它也會儲存在 locale object_Right.getloc () 。 它會傳回 *this。

需求

標題: <streambuf>

命名空間: std

請參閱

參考

basic_streambuf 類別

<streambuf>

iostream 程式設計

iostreams 慣例

其他資源

basic_streambuf 成員

<streambuf> 成員