Share via


streambuf::operator= 運算子

指派運算子。

streambuf & operator =(
   const streambuf &other
);

streambuf & operator =(
   streambuf &&other
);

參數

  • other
    來源物件。

傳回值

包含指派結果之 streambuf 物件的參考。

需求

**標頭:**astreambuf.h

**命名空間:**concurrency::streams

請參閱

參考

streambuf 類別