Bagikan melalui


stdio_ostream::operator= Operator

Assignment operator

stdio_ostream & operator =(
   const stdio_ostream &other
);

Parameters

  • other
    The source object

Return Value

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

Requirements

Header: interopstream.h

Namespace: concurrency::streams

See Also

Reference

stdio_ostream Class