AssignRV()

BasicSystemOStreamWrapper::AssignRV(BasicSystemOStreamWrapper&&) method

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

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

Arguments

ParameterTypeDescription
rightBasicSystemOStreamWrapper&&Rvalue reference to object to be swap

See Also