System::IO::BasicSystemIOStreamBuf::AssignRV method

BasicSystemIOStreamBuf::AssignRV method

Used in move constructor and move assignment operator to reset pointers and call swap().

void System::IO::BasicSystemIOStreamBuf<Elem, Traits>::AssignRV(BasicSystemIOStreamBuf &&right)
ParameterTypeDescription
rightBasicSystemIOStreamBuf&&Rvalue reference to object to be swap

See Also