swap()

BasicSystemOStreamWrapper::swap(BasicSystemOStreamWrapper&) method

Call to swap *this and right, if they are not equal.

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

Arguments

ParameterTypeDescription
rightBasicSystemOStreamWrapper&Rvalue reference to object to be swap

See Also