System::IO::BasicSystemOStreamWrapper::AssignRV method

BasicSystemOStreamWrapper::AssignRV method

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

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

See Also