Share via


stdio_istream::operator= Operator

Assignment operator

stdio_istream & operator =(
   const stdio_istream &other
);

Parameters

  • other
    The source object

Return Value

A reference to the input stream object that contains the result of the assignment.

Requirements

Header: interopstream.h

Namespace: concurrency::streams

See Also

Reference

stdio_istream Class