System::IO::BasicSystemIStreamWrapper::AssignRV method

BasicSystemIStreamWrapper::AssignRV method

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

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

See Also