System::IO::BasicSystemIOStreamBuf::AssignRV method

BasicSystemIOStreamBuf::AssignRV method

用于在移动构造函数和移动赋值运算符中重置指针并调用 swap()

void System::IO::BasicSystemIOStreamBuf<Elem, Traits>::AssignRV(BasicSystemIOStreamBuf &&right)
参数类型描述
BasicSystemIOStreamBuf&&要交换的对象的右值引用

另见