System::IO::BasicSystemIOStreamWrapper::AssignRV method

BasicSystemIOStreamWrapper::AssignRV method

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

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

See Also