basic_ifstream::operator=
将此流对象的内容。 这是涉及不会不复制隐藏的 rvalue 的移动分配。
basic_ifstream& operator=(
basic_ifstream&& _Right
);
参数
- _Right
rvalue 引用。 basic_ifstream 对象。
返回值
返回 *this。
备注
rvalue 引用,使用 _Right,内容成员运算符替换对象的内容,处理。 有关更多信息,请参见 Lvalue和Rvalues。
要求
**标题:**fstream
命名空间: std