Share via


stdio_istream::stdio_istream Constructor

Constructor

template <
   typename AlterCharType
>
stdio_istream(
   std::basic_istream<AlterCharType>& stream
);

stdio_istream(
   const stdio_istream &other
);

Parameters

  • AlterCharType
    The data type of the basic element of the source istream

  • stream
    The synchronous stream that this is using for its I/O

  • other
    The source object

Requirements

Header: interopstream.h

Namespace: concurrency::streams

See Also

Reference

stdio_istream Class