basic_streambuf::operator=

进行此对象的值从另一 basic_streambuf 对象的。

basic_streambuf& operator=(
    const basic_streambuf& _Right
);

参数

  • _Right
    左值对 basic_streambuf 用于将值赋给该对象。

属性值/返回值

返回 *this。

备注

受保护的成员运算符从 _Right 复制控件输入缓冲区和输出区域的指针。它在 locale object还存储 _Right.getloc () 。它返回 *this。

要求

**标题:**streambuf

命名空间: std

请参见

参考

basic_streambuf Class

<streambuf>

iostream编程

(mfc)约定

其他资源

basic_streambuf 成员

streambuf 成员