Compartilhar via


Construtor streambuf::streambuf

Construtor.

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
);

Parâmetros

  • AlterCharType
    O tipo de dados do elemento básico da origem streambuf.

  • ptr
    Um ponteiro para a implementação concreta do buffer de implementação.

  • other
    O objeto de origem.

Requisitos

Cabeçalho: astreambuf.h

Namespace: concurrency::streams

Consulte também

Referência

Classe streambuf