stdio_ostream::operator= 运算符

赋值运算符

stdio_ostream & operator =(
   const stdio_ostream &other
);

参数

  • other
    源对象

返回值

对包含赋值结果的输出流对象的引用。

要求

**标头:**interopstream.h

**命名空间:**concurrency::streams

请参见

参考

stdio_ostream 类