AssignRV()

BasicSystemIStreamWrapper::AssignRV(BasicSystemIStreamWrapper&&) method

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

void System::IO::BasicSystemIStreamWrapper<Elem, Traits>::AssignRV(BasicSystemIStreamWrapper &&right)

Arguments

ParameterTypeDescription
rightBasicSystemIStreamWrapper&&Rvalue reference to object to be swap

See Also