Share via


streambuf::streambuf 建構函式

建構函式。

streambuf(
   _In_ const std::shared_ptr<details::basic_streambuf<_CharType>> &ptr
);

streambuf();

streambuf(
   const streambuf &other
);

template <
   typename AlterCharType
>
streambuf(
   const streambuf<AlterCharType> &other
);

streambuf(
   streambuf &&other
);

參數

  • AlterCharType
    streambuf 來源的基本元素的資料類型。

  • ptr
    具象資料流緩衝區實作的指標。

  • other
    來源物件。

需求

**標頭:**astreambuf.h

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

請參閱

參考

streambuf 類別